#cb58e5

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

Shades of Medium Orchid #CB58E5

Tints of Medium Orchid #CB58E5

Color information

#CB58E5 (or 0xCB58E5) is unknown color: approx Medium Orchid. HEX triplet: CB, 58 and E5. RGB value is (203,88,229). Sum of RGB (Red+Green+Blue) = 203+88+229=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB58E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58E5 is #34A71A. Grayscale: #8A8A8A. Windows color (decimal): -3450651 or 15030475. OLE color: 15030475.

HSL color Cylindrical-coordinate representation of color #CB58E5: hue angle of 288.94º 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 #CB58E5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20388229-
CMYK0.110.6200.10
HSL288.94º73.06%62.16%-
HSV(B)288.94º61.57%89.8%-
XYZ42.2625.3376.79-
YUV138.46179.1174.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 88 (34.77% from 255) = 16.92%
BLUE value IS 229 (89.84% from 255) = 44.04%
R=39.04%
G=16.92%
B=44.04%

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
Decimal203882290.110.6200.10288.9473.0662.16
HexCB58E5B3E0A121493e
Octal313130345137601244111176
Binary110010111011000111001011011111110010101001000011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb58e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb58e5; }

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

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

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

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

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

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

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

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