Html Css Color HEX #C86DCC Orchid

📋 copy color: '#C86DCC'

red 200 ◦ green 109 ◦ blue 204

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

Shades of Orchid #C86DCC

Tints of Orchid #C86DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.25%

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 38.99%
G = 21.25%
B = 39.77%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C86DCC (or 0xC86DCC) is known color: Orchid. HEX triplet: C8, 6D and CC. RGB value is (200,109,204). Sum of RGB (Red+Green+Blue) = 200+109+204=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C86DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DCC is #379233. Grayscale: #929292. Windows color (decimal): -3641908 or 13397448. OLE color: 13397448.

HSL color Cylindrical-coordinate representation of color #C86DCC: hue angle of 297.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86DCC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 109 204 -
CMYK 0.02 0.47 0 0.2
HSL 297.47º 0.48% 0.61% -
HSV(B) 297.47º 0.47% 0.8% -
XYZ 40.19 27.58 60.33 -
YUV 147.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 200 109 204 0.02 0.47 0 0.2 297.47 0.48 0.61
Hex C8 6D CC 2 2F 0 14 129 30 3D
Octal 310 155 314 2 57 0 24 451 60 75
Binary 11001000 1101101 11001100 10 101111 0 10100 100101001 110000 111101

Color Harmonies of #C86DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DCC

Black with #C86DCC

Text Example


Text Example

White with #C86DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DCC; }

 p { color: rgb(200,109,204); }

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

background-color css

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

 a { background-color: rgb(200,109,204); }

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

border-color css

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

 span { border-color: rgb(200,109,204); }

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