#CB56ED

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

Shades of Medium Orchid #CB56ED

Tints of Medium Orchid #CB56ED

Color information

#CB56ED (or 0xCB56ED) is unknown color: approx Medium Orchid. HEX triplet: CB, 56 and ED. RGB value is (203,86,237). Sum of RGB (Red+Green+Blue) = 203+86+237=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB56ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB56ED is #34A912. Grayscale: #898989. Windows color (decimal): -3451155 or 15554251. OLE color: 15554251.

HSL color Cylindrical-coordinate representation of color #CB56ED: hue angle of 286.49º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB56ED is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20386237-
CMYK0.140.6400.07
HSL286.49º80.75%63.33%-
HSV(B)286.49º63.71%92.94%-
XYZ43.2425.4782.76-
YUV138.2183.76174.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 86 (33.98% from 255) = 16.35%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=38.59%
G=16.35%
B=45.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203862370.140.6400.07286.4980.7563.33
HexCB56EDE400711e513f
Octal313126355161000743612177
Binary110010111010110111011011110100000001111000111101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB56ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB56ED; }

 p { color: rgb(203,86,237); }

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

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

 a { background-color: rgb(203,86,237); }

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

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

 span { border-color: rgb(203,86,237); }

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