#C86CD1

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

Shades of Orchid #C86CD1

Tints of Orchid #C86CD1

Color information

#C86CD1 (or 0xC86CD1) is unknown color: approx Orchid. HEX triplet: C8, 6C and D1. RGB value is (200,108,209). Sum of RGB (Red+Green+Blue) = 200+108+209=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #C86CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CD1 is #37932E. Grayscale: #929292. Windows color (decimal): -3642159 or 13724872. OLE color: 13724872.

HSL color Cylindrical-coordinate representation of color #C86CD1: hue angle of 294.65º 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 #C86CD1 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200108209-
CMYK0.040.4800.18
HSL294.65º52.33%62.16%-
HSV(B)294.65º48.33%81.96%-
XYZ40.6927.6163.51-
YUV147.02162.98165.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 108 (42.58% from 255) = 20.89%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=38.68%
G=20.89%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001082090.040.4800.18294.6552.3362.16
HexC86CD1430012127343e
Octal3101543214600224476476
Binary11001000110110011010001100110000010010100100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CD1; }

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

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

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

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

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

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

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

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