Html Css Color HEX #C870DE Orchid

📋 copy color: '#C870DE'

red 200 ◦ green 112 ◦ blue 222

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

Shades of Orchid #C870DE

Tints of Orchid #C870DE

RGB

 RED value IS 200 (78.52% from 255) = 37.45%

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

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

R = 37.45%
G = 20.97%
B = 41.57%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C870DE (or 0xC870DE) is known color: Orchid. HEX triplet: C8, 70 and DE. RGB value is (200,112,222). Sum of RGB (Red+Green+Blue) = 200+112+222=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C870DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870DE is #378F21. Grayscale: #969696. Windows color (decimal): -3641122 or 14577864. OLE color: 14577864.

HSL color Cylindrical-coordinate representation of color #C870DE: hue angle of 288º 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 #C870DE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 112 222 -
CMYK 0.10 0.50 0 0.13
HSL 288º 0.63% 0.65% -
HSV(B) 288º 0.5% 0.87% -
XYZ 42.8 29.14 72.48 -
YUV 150.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 200 112 222 0.10 0.50 0 0.13 288 0.63 0.65
Hex C8 70 DE A 32 0 D 120 3E 41
Octal 310 160 336 12 62 0 15 440 76 101
Binary 11001000 1110000 11011110 1010 110010 0 1101 100100000 111110 1000001

Color Harmonies of #C870DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870DE

Black with #C870DE

Text Example


Text Example

White with #C870DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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