#CB50EF

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

Shades of Medium Orchid #CB50EF

Tints of Medium Orchid #CB50EF

Color information

#CB50EF (or 0xCB50EF) is unknown color: approx Medium Orchid. HEX triplet: CB, 50 and EF. RGB value is (203,80,239). Sum of RGB (Red+Green+Blue) = 203+80+239=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB50EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50EF is #34AF10. Grayscale: #868686. Windows color (decimal): -3452689 or 15683787. OLE color: 15683787.

HSL color Cylindrical-coordinate representation of color #CB50EF: hue angle of 286.42º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB50EF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20380239-
CMYK0.150.6700.06
HSL286.42º83.25%62.55%-
HSV(B)286.42º66.53%93.73%-
XYZ43.0824.6784.15-
YUV134.9186.75176.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 80 (31.64% from 255) = 15.33%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=38.89%
G=15.33%
B=45.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203802390.150.6700.06286.4283.2562.55
HexCB50EFF430611e533f
Octal313120357171030643612377
Binary110010111010000111011111111100001101101000111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB50EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB50EF; }

 p { color: rgb(203,80,239); }

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

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

 a { background-color: rgb(203,80,239); }

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

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

 span { border-color: rgb(203,80,239); }

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