#CB58E7

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

Shades of Medium Orchid #CB58E7

Tints of Medium Orchid #CB58E7

Color information

#CB58E7 (or 0xCB58E7) is unknown color: approx Medium Orchid. HEX triplet: CB, 58 and E7. RGB value is (203,88,231). Sum of RGB (Red+Green+Blue) = 203+88+231=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB58E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58E7 is #34A718. Grayscale: #8A8A8A. Windows color (decimal): -3450649 or 15161547. OLE color: 15161547.

HSL color Cylindrical-coordinate representation of color #CB58E7: hue angle of 288.25º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB58E7 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20388231-
CMYK0.120.6200.09
HSL288.25º74.87%62.55%-
HSV(B)288.25º61.9%90.59%-
XYZ42.5425.4578.27-
YUV138.69180.1173.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 88 (34.77% from 255) = 16.86%
BLUE value IS 231 (90.62% from 255) = 44.25%
R=38.89%
G=16.86%
B=44.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203882310.120.6200.09288.2574.8762.55
HexCB58E7C3E091204b3f
Octal313130347147601144011377
Binary110010111011000111001111100111110010011001000001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB58E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB58E7; }

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

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

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

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

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

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

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

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