#CB57E5

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

Shades of Medium Orchid #CB57E5

Tints of Medium Orchid #CB57E5

Color information

#CB57E5 (or 0xCB57E5) is unknown color: approx Medium Orchid. HEX triplet: CB, 57 and E5. RGB value is (203,87,229). Sum of RGB (Red+Green+Blue) = 203+87+229=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB57E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB57E5 is #34A81A. Grayscale: #898989. Windows color (decimal): -3450907 or 15030219. OLE color: 15030219.

HSL color Cylindrical-coordinate representation of color #CB57E5: hue angle of 289.01º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB57E5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20387229-
CMYK0.110.6200.10
HSL289.01º73.2%61.96%-
HSV(B)289.01º62.01%89.8%-
XYZ42.1825.1776.76-
YUV137.87179.43174.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 87 (34.38% from 255) = 16.76%
BLUE value IS 229 (89.84% from 255) = 44.12%
R=39.11%
G=16.76%
B=44.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203872290.110.6200.10289.0173.261.96
HexCB57E5B3E0A121493e
Octal313127345137601244111176
Binary110010111010111111001011011111110010101001000011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB57E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB57E5; }

 p { color: rgb(203,87,229); }

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

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

 a { background-color: rgb(203,87,229); }

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

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

 span { border-color: rgb(203,87,229); }

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