#cb54ed

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

Shades of Medium Orchid #CB54ED

Tints of Medium Orchid #CB54ED

Color information

#CB54ED (or 0xCB54ED) is unknown color: approx Medium Orchid. HEX triplet: CB, 54 and ED. RGB value is (203,84,237). Sum of RGB (Red+Green+Blue) = 203+84+237=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB54ED is #34AB12. Grayscale: #888888. Windows color (decimal): -3451667 or 15553739. OLE color: 15553739.

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

Color convert

RGB20384237-
CMYK0.140.6500.07
HSL286.67º80.95%62.94%-
HSV(B)286.67º64.56%92.94%-
XYZ43.0825.1582.7-
YUV137.02184.42175.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 84 (33.20% from 255) = 16.03%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=38.74%
G=16.03%
B=45.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203842370.140.6500.07286.6780.9562.94
HexCB54EDE410711f513f
Octal313124355161010743712177
Binary110010111010100111011011110100000101111000111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb54ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb54ed; }

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

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

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

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

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

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

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

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