#CB5FE9

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

Shades of Medium Orchid #CB5FE9

Tints of Medium Orchid #CB5FE9

Color information

#CB5FE9 (or 0xCB5FE9) is unknown color: approx Medium Orchid. HEX triplet: CB, 5F and E9. RGB value is (203,95,233). Sum of RGB (Red+Green+Blue) = 203+95+233=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5FE9 is #34A016. Grayscale: #8E8E8E. Windows color (decimal): -3448855 or 15294411. OLE color: 15294411.

HSL color Cylindrical-coordinate representation of color #CB5FE9: hue angle of 286.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5FE9 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20395233-
CMYK0.130.5900.09
HSL286.96º75.82%64.31%-
HSV(B)286.96º59.23%91.37%-
XYZ43.4326.7679.97-
YUV143.02178.78170.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=38.23%
G=17.89%
B=43.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203952330.130.5900.09286.9675.8264.31
HexCB5FE9D3B0911f4c40
Octal3131373511573011437114100
Binary1100101110111111110100111011110110100110001111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5FE9; }

 p { color: rgb(203,95,233); }

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

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

 a { background-color: rgb(203,95,233); }

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

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

 span { border-color: rgb(203,95,233); }

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