#CB60DD

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

Shades of Medium Orchid #CB60DD

Tints of Medium Orchid #CB60DD

Color information

#CB60DD (or 0xCB60DD) is unknown color: approx Medium Orchid. HEX triplet: CB, 60 and DD. RGB value is (203,96,221). Sum of RGB (Red+Green+Blue) = 203+96+221=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60DD is #349F22. Grayscale: #8D8D8D. Windows color (decimal): -3448611 or 14508235. OLE color: 14508235.

HSL color Cylindrical-coordinate representation of color #CB60DD: hue angle of 291.36º 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 #CB60DD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20396221-
CMYK0.080.5700.13
HSL291.36º64.77%62.16%-
HSV(B)291.36º56.56%86.67%-
XYZ41.8626.2871.27-
YUV142.24172.45171.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 96 (37.89% from 255) = 18.46%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=39.04%
G=18.46%
B=42.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203962210.080.5700.13291.3664.7762.16
HexCB60DD8390D123413e
Octal313140335107101544310176
Binary110010111100000110111011000111001011011001000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60DD; }

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

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

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

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

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

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

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

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