#CB40DC

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

Shades of Medium Orchid #CB40DC

Tints of Medium Orchid #CB40DC

Color information

#CB40DC (or 0xCB40DC) is unknown color: approx Medium Orchid. HEX triplet: CB, 40 and DC. RGB value is (203,64,220). Sum of RGB (Red+Green+Blue) = 203+64+220=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40DC is #34BF23. Grayscale: #7A7A7A. Windows color (decimal): -3456804 or 14434507. OLE color: 14434507.

HSL color Cylindrical-coordinate representation of color #CB40DC: hue angle of 293.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB40DC is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20364220-
CMYK0.080.7100.14
HSL293.46º69.03%55.69%-
HSV(B)293.46º70.91%86.27%-
XYZ39.3821.5369.79-
YUV123.34182.55184.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 64 (25.39% from 255) = 13.14%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=41.68%
G=13.14%
B=45.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203642200.080.7100.14293.4669.0355.69
HexCB40DC8470E1254538
Octal3131003341010701644510570
Binary1100101110000001101110010001000111011101001001011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB40DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB40DC; }

 p { color: rgb(203,64,220); }

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

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

 a { background-color: rgb(203,64,220); }

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

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

 span { border-color: rgb(203,64,220); }

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