Html Css Color HEX #C970DE Orchid

📋 copy color: '#C970DE'

red 201 ◦ green 112 ◦ blue 222

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

Shades of Orchid #C970DE

Tints of Orchid #C970DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 37.57%
G = 20.93%
B = 41.5%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C970DE (or 0xC970DE) is known color: Orchid. HEX triplet: C9, 70 and DE. RGB value is (201,112,222). Sum of RGB (Red+Green+Blue) = 201+112+222=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #C970DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970DE is #368F21. Grayscale: #969696. Windows color (decimal): -3575586 or 14577865. OLE color: 14577865.

HSL color Cylindrical-coordinate representation of color #C970DE: hue angle of 288.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C970DE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 112 222 -
CMYK 0.09 0.50 0 0.13
HSL 288.55º 0.63% 0.65% -
HSV(B) 288.55º 0.5% 0.87% -
XYZ 43.07 29.28 72.49 -
YUV 151.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 201 112 222 0.09 0.50 0 0.13 288.55 0.63 0.65
Hex C9 70 DE 9 32 0 D 121 3E 41
Octal 311 160 336 11 62 0 15 441 76 101
Binary 11001001 1110000 11011110 1001 110010 0 1101 100100001 111110 1000001

Color Harmonies of #C970DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970DE

Black with #C970DE

Text Example


Text Example

White with #C970DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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