#C860DD

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

Shades of Medium Orchid #C860DD

Tints of Medium Orchid #C860DD

Color information

#C860DD (or 0xC860DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 60 and DD. RGB value is (200,96,221). Sum of RGB (Red+Green+Blue) = 200+96+221=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #C860DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860DD is #379F22. Grayscale: #8C8C8C. Windows color (decimal): -3645219 or 14508232. OLE color: 14508232.

HSL color Cylindrical-coordinate representation of color #C860DD: hue angle of 289.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C860DD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20096221-
CMYK0.100.5700.13
HSL289.92º64.77%62.16%-
HSV(B)289.92º56.56%86.67%-
XYZ41.0525.8771.24-
YUV141.35172.96169.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 96 (37.89% from 255) = 18.57%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=38.68%
G=18.57%
B=42.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200962210.100.5700.13289.9264.7762.16
HexC860DDA390D122413e
Octal310140335127101544210176
Binary110010001100000110111011010111001011011001000101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C860DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C860DD; }

 p { color: rgb(200,96,221); }

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

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

 a { background-color: rgb(200,96,221); }

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

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

 span { border-color: rgb(200,96,221); }

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