#CB53EC

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

Shades of Medium Orchid #CB53EC

Tints of Medium Orchid #CB53EC

Color information

#CB53EC (or 0xCB53EC) is unknown color: approx Medium Orchid. HEX triplet: CB, 53 and EC. RGB value is (203,83,236). Sum of RGB (Red+Green+Blue) = 203+83+236=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53EC is #34AC13. Grayscale: #878787. Windows color (decimal): -3451924 or 15487947. OLE color: 15487947.

HSL color Cylindrical-coordinate representation of color #CB53EC: hue angle of 287.06º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB53EC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20383236-
CMYK0.140.6500.07
HSL287.06º80.1%62.55%-
HSV(B)287.06º64.83%92.55%-
XYZ42.8624.9481.91-
YUV136.32184.26175.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 83 (32.81% from 255) = 15.90%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=38.89%
G=15.90%
B=45.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203832360.140.6500.07287.0680.162.55
HexCB53ECE410711f503f
Octal313123354161010743712077
Binary110010111010011111011001110100000101111000111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB53EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB53EC; }

 p { color: rgb(203,83,236); }

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

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

 a { background-color: rgb(203,83,236); }

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

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

 span { border-color: rgb(203,83,236); }

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