Html Css Color HEX #C86CD0 Orchid

📋 copy color: '#C86CD0'

red 200 ◦ green 108 ◦ blue 208

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

Shades of Orchid #C86CD0

Tints of Orchid #C86CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.31%

R = 38.76%
G = 20.93%
B = 40.31%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C86CD0 (or 0xC86CD0) is known color: Orchid. HEX triplet: C8, 6C and D0. RGB value is (200,108,208). Sum of RGB (Red+Green+Blue) = 200+108+208=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #C86CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CD0 is #37932F. Grayscale: #929292. Windows color (decimal): -3642160 or 13659336. OLE color: 13659336.

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

Color convert

RGB 200 108 208 -
CMYK 0.04 0.48 0 0.18
HSL 295.2º 0.52% 0.62% -
HSV(B) 295.2º 0.48% 0.82% -
XYZ 40.57 27.56 62.86 -
YUV 146.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 200 108 208 0.04 0.48 0 0.18 295.2 0.52 0.62
Hex C8 6C D0 4 30 0 12 127 34 3E
Octal 310 154 320 4 60 0 22 447 64 76
Binary 11001000 1101100 11010000 100 110000 0 10010 100100111 110100 111110

Color Harmonies of #C86CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CD0

Black with #C86CD0

Text Example


Text Example

White with #C86CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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