#C86ACD

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

Shades of Orchid #C86ACD

Tints of Orchid #C86ACD

Color information

#C86ACD (or 0xC86ACD) is unknown color: approx Orchid. HEX triplet: C8, 6A and CD. RGB value is (200,106,205). Sum of RGB (Red+Green+Blue) = 200+106+205=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C86ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ACD is #379532. Grayscale: #919191. Windows color (decimal): -3642675 or 13462216. OLE color: 13462216.

HSL color Cylindrical-coordinate representation of color #C86ACD: hue angle of 296.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86ACD is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200106205-
CMYK0.020.4800.20
HSL296.97º49.75%60.98%-
HSV(B)296.97º48.29%80.39%-
XYZ39.992760.86-
YUV145.39161.64166.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=39.14%
G=20.74%
B=40.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001062050.020.4800.20296.9749.7560.98
HexC86ACD230014129323d
Octal3101523152600244516275
Binary1100100011010101100110110110000010100100101001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86ACD; }

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

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

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

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

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

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

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

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