#C86EC4

Color #C86EC4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C86EC4

Tints of Orchid #C86EC4

Color information

#C86EC4 (or 0xC86EC4) is unknown color: approx Orchid. HEX triplet: C8, 6E and C4. RGB value is (200,110,196). Sum of RGB (Red+Green+Blue) = 200+110+196=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EC4 is #37913B. Grayscale: #929292. Windows color (decimal): -3641660 or 12873416. OLE color: 12873416.

HSL color Cylindrical-coordinate representation of color #C86EC4: hue angle of 302.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EC4 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB200110196-
CMYK00.450.020.22
HSL302.67º45%60.78%-
HSV(B)302.67º45%78.43%-
XYZ39.3627.4255.44-
YUV146.71155.82166.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=39.53%
G=21.74%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011019600.450.020.22302.674560.78
HexC86EC402D21612f2d3d
Octal3101563040552264575575
Binary1100100011011101100010001011011010110100101111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86EC4; }

 p { color: rgb(200,110,196); }

 H1.HeaderClassName
 {
   color: #C86EC4;
 }
 .AnyTagClassName
 {
   color: #C86EC4;
 }
</style>
background-color css

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

 a { background-color: rgb(200,110,196); }

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

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

 span { border-color: rgb(200,110,196); }

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