#CB54EB

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

Shades of Medium Orchid #CB54EB

Tints of Medium Orchid #CB54EB

Color information

#CB54EB (or 0xCB54EB) is unknown color: approx Medium Orchid. HEX triplet: CB, 54 and EB. RGB value is (203,84,235). Sum of RGB (Red+Green+Blue) = 203+84+235=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB54EB is #34AB14. Grayscale: #888888. Windows color (decimal): -3451669 or 15422667. OLE color: 15422667.

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

Color convert

RGB20384235-
CMYK0.140.6400.08
HSL287.28º79.06%62.55%-
HSV(B)287.28º64.26%92.16%-
XYZ42.7925.0481.17-
YUV136.79183.42175.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 84 (33.20% from 255) = 16.09%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=38.89%
G=16.09%
B=45.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal203842350.140.6400.08287.2879.0662.55
HexCB54EBE400811f4f3f
Octal3131243531610001043711777
Binary1100101110101001110101111101000000010001000111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB54EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB54EB; }

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

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

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

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

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

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

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

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