#CB49D6

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

Shades of Medium Orchid #CB49D6

Tints of Medium Orchid #CB49D6

Color information

#CB49D6 (or 0xCB49D6) is unknown color: approx Medium Orchid. HEX triplet: CB, 49 and D6. RGB value is (203,73,214). Sum of RGB (Red+Green+Blue) = 203+73+214=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB49D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49D6 is #34B629. Grayscale: #7F7F7F. Windows color (decimal): -3454506 or 14043595. OLE color: 14043595.

HSL color Cylindrical-coordinate representation of color #CB49D6: hue angle of 295.32º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB49D6 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20373214-
CMYK0.050.6600.16
HSL295.32º63.23%56.27%-
HSV(B)295.32º65.89%83.92%-
XYZ39.1522.3265.86-
YUV127.94176.57181.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 73 (28.91% from 255) = 14.90%
BLUE value IS 214 (83.98% from 255) = 43.67%
R=41.43%
G=14.90%
B=43.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203732140.050.6600.16295.3263.2356.27
HexCB49D65420101273f38
Octal31311132651020204477770
Binary110010111001001110101101011000010010000100100111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49D6; }

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

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

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

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

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

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

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

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