Html Css Color HEX #C86ACE Orchid

📋 copy color: '#C86ACE'

red 200 ◦ green 106 ◦ blue 206

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

Shades of Orchid #C86ACE

Tints of Orchid #C86ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.7%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 39.06%
G = 20.7%
B = 40.23%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C86ACE (or 0xC86ACE) is known color: Orchid. HEX triplet: C8, 6A and CE. RGB value is (200,106,206). Sum of RGB (Red+Green+Blue) = 200+106+206=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C86ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ACE is #379531. Grayscale: #919191. Windows color (decimal): -3642674 or 13527752. OLE color: 13527752.

HSL color Cylindrical-coordinate representation of color #C86ACE: hue angle of 296.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86ACE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 106 206 -
CMYK 0.03 0.49 0 0.19
HSL 296.4º 0.51% 0.61% -
HSV(B) 296.4º 0.49% 0.81% -
XYZ 40.11 27.04 61.5 -
YUV 145.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 200 106 206 0.03 0.49 0 0.19 296.4 0.51 0.61
Hex C8 6A CE 3 31 0 13 128 33 3D
Octal 310 152 316 3 61 0 23 450 63 75
Binary 11001000 1101010 11001110 11 110001 0 10011 100101000 110011 111101

Color Harmonies of #C86ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ACE

Black with #C86ACE

Text Example


Text Example

White with #C86ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ACE; }

 p { color: rgb(200,106,206); }

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

background-color css

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

 a { background-color: rgb(200,106,206); }

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

border-color css

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

 span { border-color: rgb(200,106,206); }

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