Html Css Color HEX #C870CE Orchid

📋 copy color: '#C870CE'

red 200 ◦ green 112 ◦ blue 206

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

Shades of Orchid #C870CE

Tints of Orchid #C870CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 38.61%
G = 21.62%
B = 39.77%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C870CE (or 0xC870CE) is known color: Orchid. HEX triplet: C8, 70 and CE. RGB value is (200,112,206). Sum of RGB (Red+Green+Blue) = 200+112+206=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C870CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870CE is #378F31. Grayscale: #949494. Windows color (decimal): -3641138 or 13529288. OLE color: 13529288.

HSL color Cylindrical-coordinate representation of color #C870CE: hue angle of 296.17º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C870CE is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 112 206 -
CMYK 0.03 0.46 0 0.19
HSL 296.17º 0.49% 0.62% -
HSV(B) 296.17º 0.46% 0.81% -
XYZ 40.75 28.32 61.71 -
YUV 149.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 200 112 206 0.03 0.46 0 0.19 296.17 0.49 0.62
Hex C8 70 CE 3 2E 0 13 128 31 3E
Octal 310 160 316 3 56 0 23 450 61 76
Binary 11001000 1110000 11001110 11 101110 0 10011 100101000 110001 111110

Color Harmonies of #C870CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870CE

Black with #C870CE

Text Example


Text Example

White with #C870CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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