Html Css Color HEX #C86ED2 Orchid

📋 copy color: '#C86ED2'

red 200 ◦ green 110 ◦ blue 210

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

Shades of Orchid #C86ED2

Tints of Orchid #C86ED2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.15%

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 38.46%
G = 21.15%
B = 40.38%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C86ED2 (or 0xC86ED2) is known color: Orchid. HEX triplet: C8, 6E and D2. RGB value is (200,110,210). Sum of RGB (Red+Green+Blue) = 200+110+210=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #C86ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ED2 is #37912D. Grayscale: #949494. Windows color (decimal): -3641646 or 13790920. OLE color: 13790920.

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

Color convert

RGB 200 110 210 -
CMYK 0.05 0.48 0 0.18
HSL 294º 0.53% 0.63% -
HSV(B) 294º 0.48% 0.82% -
XYZ 41.03 28.08 64.23 -
YUV 148.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 200 110 210 0.05 0.48 0 0.18 294 0.53 0.63
Hex C8 6E D2 5 30 0 12 126 35 3F
Octal 310 156 322 5 60 0 22 446 65 77
Binary 11001000 1101110 11010010 101 110000 0 10010 100100110 110101 111111

Color Harmonies of #C86ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ED2

Black with #C86ED2

Text Example


Text Example

White with #C86ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ED2; }

 p { color: rgb(200,110,210); }

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

background-color css

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

 a { background-color: rgb(200,110,210); }

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

border-color css

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

 span { border-color: rgb(200,110,210); }

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