#CB53EF

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

Shades of Medium Orchid #CB53EF

Tints of Medium Orchid #CB53EF

Color information

#CB53EF (or 0xCB53EF) is unknown color: approx Medium Orchid. HEX triplet: CB, 53 and EF. RGB value is (203,83,239). Sum of RGB (Red+Green+Blue) = 203+83+239=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53EF is #34AC10. Grayscale: #888888. Windows color (decimal): -3451921 or 15684555. OLE color: 15684555.

HSL color Cylindrical-coordinate representation of color #CB53EF: hue angle of 286.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB53EF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20383239-
CMYK0.150.6500.06
HSL286.15º82.98%63.14%-
HSV(B)286.15º65.27%93.73%-
XYZ43.325.1284.23-
YUV136.66185.76175.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 83 (32.81% from 255) = 15.81%
BLUE value IS 239 (93.75% from 255) = 45.52%
R=38.67%
G=15.81%
B=45.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203832390.150.6500.06286.1582.9863.14
HexCB53EFF410611e533f
Octal313123357171010643612377
Binary110010111010011111011111111100000101101000111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB53EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB53EF; }

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

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

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

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

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

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

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

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