Html Css Color HEX #C970D0 Orchid

📋 copy color: '#C970D0'

red 201 ◦ green 112 ◦ blue 208

#C970D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C970D0

Tints of Orchid #C970D0

RGB

 RED value IS 201 (78.91% from 255) = 38.58%

 GREEN value IS 112 (44.14% from 255) = 21.5%

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 38.58%
G = 21.5%
B = 39.92%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C970D0 (or 0xC970D0) is known color: Orchid. HEX triplet: C9, 70 and D0. RGB value is (201,112,208). Sum of RGB (Red+Green+Blue) = 201+112+208=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #C970D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970D0 is #368F2F. Grayscale: #959595. Windows color (decimal): -3575600 or 13660361. OLE color: 13660361.

HSL color Cylindrical-coordinate representation of color #C970D0: hue angle of 295.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C970D0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 112 208 -
CMYK 0.03 0.46 0 0.18
HSL 295.63º 0.51% 0.63% -
HSV(B) 295.63º 0.46% 0.82% -
XYZ 41.27 28.56 63.01 -
YUV 149.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 201 112 208 0.03 0.46 0 0.18 295.63 0.51 0.63
Hex C9 70 D0 3 2E 0 12 128 33 3F
Octal 311 160 320 3 56 0 22 450 63 77
Binary 11001001 1110000 11010000 11 101110 0 10010 100101000 110011 111111

Color Harmonies of #C970D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970D0

Black with #C970D0

Text Example


Text Example

White with #C970D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970D0; }

 p { color: rgb(201,112,208); }

 H1.HeaderClassName
 {
   color: #C970D0;
 }
 .AnyTagClassName
 {
   color: #C970D0;
 }
</style>

background-color css

<style>
 a { background-color: #C970D0; }

 a { background-color: rgb(201,112,208); }

 div.DivClassName
 {
   background-color: #C970D0;
 }
 .BgClassName
 {
   background-color: #C970D0;
 }
</style>

border-color css

<style>
 span { border-color: #C970D0; }

 span { border-color: rgb(201,112,208); }

 td.TdClassName
 {
   border-color: #C970D0;
 }
 .TagClassName
 {
   border-color: #C970D0;
 }
</style>