#CB49E9

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

Shades of Medium Orchid #CB49E9

Tints of Medium Orchid #CB49E9

Color information

#CB49E9 (or 0xCB49E9) is unknown color: approx Medium Orchid. HEX triplet: CB, 49 and E9. RGB value is (203,73,233). Sum of RGB (Red+Green+Blue) = 203+73+233=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB49E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49E9 is #34B616. Grayscale: #818181. Windows color (decimal): -3454487 or 15288779. OLE color: 15288779.

HSL color Cylindrical-coordinate representation of color #CB49E9: hue angle of 288.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB49E9 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20373233-
CMYK0.130.6900.09
HSL288.75º78.43%60%-
HSV(B)288.75º68.67%91.37%-
XYZ41.7223.3479.4-
YUV130.11186.07179.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 73 (28.91% from 255) = 14.34%
BLUE value IS 233 (91.41% from 255) = 45.78%
R=39.88%
G=14.34%
B=45.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203732330.130.6900.09288.7578.4360
HexCB49E9D45091214e3c
Octal3131113511510501144111674
Binary1100101110010011110100111011000101010011001000011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB49E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB49E9; }

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

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

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

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

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

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

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

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