#CB5DEB

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

Shades of Medium Orchid #CB5DEB

Tints of Medium Orchid #CB5DEB

Color information

#CB5DEB (or 0xCB5DEB) is unknown color: approx Medium Orchid. HEX triplet: CB, 5D and EB. RGB value is (203,93,235). Sum of RGB (Red+Green+Blue) = 203+93+235=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB5DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DEB is #34A214. Grayscale: #8D8D8D. Windows color (decimal): -3449365 or 15424971. OLE color: 15424971.

HSL color Cylindrical-coordinate representation of color #CB5DEB: hue angle of 286.48º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5DEB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20393235-
CMYK0.140.6000.08
HSL286.48º78.02%64.31%-
HSV(B)286.48º60.43%92.16%-
XYZ43.5426.5281.42-
YUV142.08180.44171.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=38.23%
G=17.51%
B=44.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203932350.140.6000.08286.4878.0264.31
HexCB5DEBE3C0811e4e40
Octal3131353531674010436116100
Binary1100101110111011110101111101111000100010001111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5DEB; }

 p { color: rgb(203,93,235); }

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

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

 a { background-color: rgb(203,93,235); }

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

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

 span { border-color: rgb(203,93,235); }

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