Html Css Color HEX #C86CD2 Orchid

📋 copy color: '#C86CD2'

red 200 ◦ green 108 ◦ blue 210

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

Shades of Orchid #C86CD2

Tints of Orchid #C86CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.85%

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

R = 38.61%
G = 20.85%
B = 40.54%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C86CD2 (or 0xC86CD2) is known color: Orchid. HEX triplet: C8, 6C and D2. RGB value is (200,108,210). Sum of RGB (Red+Green+Blue) = 200+108+210=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #C86CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CD2 is #37932D. Grayscale: #929292. Windows color (decimal): -3642158 or 13790408. OLE color: 13790408.

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

Color convert

RGB 200 108 210 -
CMYK 0.05 0.49 0 0.18
HSL 294.12º 0.53% 0.62% -
HSV(B) 294.12º 0.49% 0.82% -
XYZ 40.81 27.66 64.16 -
YUV 147.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 200 108 210 0.05 0.49 0 0.18 294.12 0.53 0.62
Hex C8 6C D2 5 31 0 12 126 35 3E
Octal 310 154 322 5 61 0 22 446 65 76
Binary 11001000 1101100 11010010 101 110001 0 10010 100100110 110101 111110

Color Harmonies of #C86CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CD2

Black with #C86CD2

Text Example


Text Example

White with #C86CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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