#CB42DC

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

Shades of Medium Orchid #CB42DC

Tints of Medium Orchid #CB42DC

Color information

#CB42DC (or 0xCB42DC) is unknown color: approx Medium Orchid. HEX triplet: CB, 42 and DC. RGB value is (203,66,220). Sum of RGB (Red+Green+Blue) = 203+66+220=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42DC is #34BD23. Grayscale: #7C7C7C. Windows color (decimal): -3456292 or 14435019. OLE color: 14435019.

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

Color convert

RGB20366220-
CMYK0.080.700.14
HSL293.38º68.75%56.08%-
HSV(B)293.38º70%86.27%-
XYZ39.521.7669.83-
YUV124.52181.89183.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 66 (26.17% from 255) = 13.50%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=41.51%
G=13.50%
B=44.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203662200.080.700.14293.3868.7556.08
HexCB42DC8460E1254538
Octal3131023341010601644510570
Binary1100101110000101101110010001000110011101001001011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB42DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB42DC; }

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

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

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

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

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

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

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

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