#C86FD2

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

Shades of Orchid #C86FD2

Tints of Orchid #C86FD2

Color information

#C86FD2 (or 0xC86FD2) is unknown color: approx Orchid. HEX triplet: C8, 6F and D2. RGB value is (200,111,210). Sum of RGB (Red+Green+Blue) = 200+111+210=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #C86FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FD2 is #37902D. Grayscale: #949494. Windows color (decimal): -3641390 or 13791176. OLE color: 13791176.

HSL color Cylindrical-coordinate representation of color #C86FD2: hue angle of 293.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86FD2 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200111210-
CMYK0.050.4700.18
HSL293.94º52.38%62.94%-
HSV(B)293.94º47.14%82.35%-
XYZ41.1428.364.27-
YUV148.9162.49164.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 210 (82.42% from 255) = 40.31%
R=38.39%
G=21.31%
B=40.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001112100.050.4700.18293.9452.3862.94
HexC86FD252F012126343f
Octal3101573225570224466477
Binary11001000110111111010010101101111010010100100110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FD2; }

 p { color: rgb(200,111,210); }

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

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

 a { background-color: rgb(200,111,210); }

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

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

 span { border-color: rgb(200,111,210); }

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