Html Css Color HEX #C86CCC Orchid

📋 copy color: '#C86CCC'

red 200 ◦ green 108 ◦ blue 204

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

Shades of Orchid #C86CCC

Tints of Orchid #C86CCC

RGB

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

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

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

R = 39.06%
G = 21.09%
B = 39.84%

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

#C86CCC (or 0xC86CCC) is known color: Orchid. HEX triplet: C8, 6C and CC. RGB value is (200,108,204). Sum of RGB (Red+Green+Blue) = 200+108+204=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C86CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CCC is #379333. Grayscale: #929292. Windows color (decimal): -3642164 or 13397192. OLE color: 13397192.

HSL color Cylindrical-coordinate representation of color #C86CCC: hue angle of 297.5º 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 #C86CCC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 108 204 -
CMYK 0.02 0.47 0 0.2
HSL 297.5º 0.48% 0.61% -
HSV(B) 297.5º 0.47% 0.8% -
XYZ 40.08 27.36 60.3 -
YUV 146.45 160.48 166.19 -
System Red Green Blue C M Y K H S L
Decimal 200 108 204 0.02 0.47 0 0.2 297.5 0.48 0.61
Hex C8 6C CC 2 2F 0 14 12A 30 3D
Octal 310 154 314 2 57 0 24 452 60 75
Binary 11001000 1101100 11001100 10 101111 0 10100 100101010 110000 111101

Color Harmonies of #C86CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CCC

Black with #C86CCC

Text Example


Text Example

White with #C86CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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