#cb49db

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

Shades of Medium Orchid #CB49DB

Tints of Medium Orchid #CB49DB

Color information

#CB49DB (or 0xCB49DB) is unknown color: approx Medium Orchid. HEX triplet: CB, 49 and DB. RGB value is (203,73,219). Sum of RGB (Red+Green+Blue) = 203+73+219=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49DB is #34B624. Grayscale: #808080. Windows color (decimal): -3454501 or 14371275. OLE color: 14371275.

HSL color Cylindrical-coordinate representation of color #CB49DB: hue angle of 293.42º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB49DB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20373219-
CMYK0.070.6700.14
HSL293.42º66.97%57.25%-
HSV(B)293.42º66.67%85.88%-
XYZ39.822.5869.28-
YUV128.51179.07181.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 73 (28.91% from 255) = 14.75%
BLUE value IS 219 (85.94% from 255) = 44.24%
R=41.01%
G=14.75%
B=44.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal203732190.070.6700.14293.4266.9757.25
HexCB49DB7430E1254339
Octal313111333710301644510371
Binary110010111001001110110111111000011011101001001011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb49db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb49db; }

 p { color: rgb(203,73,219); }

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

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

 a { background-color: rgb(203,73,219); }

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

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

 span { border-color: rgb(203,73,219); }

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