#CB60EC

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

Shades of Medium Orchid #CB60EC

Tints of Medium Orchid #CB60EC

Color information

#CB60EC (or 0xCB60EC) is unknown color: approx Medium Orchid. HEX triplet: CB, 60 and EC. RGB value is (203,96,236). Sum of RGB (Red+Green+Blue) = 203+96+236=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60EC is #349F13. Grayscale: #8F8F8F. Windows color (decimal): -3448596 or 15491275. OLE color: 15491275.

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

Color convert

RGB20396236-
CMYK0.140.5900.07
HSL285.86º78.65%65.1%-
HSV(B)285.86º59.32%92.55%-
XYZ43.9527.1282.27-
YUV143.95179.95170.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 96 (37.89% from 255) = 17.94%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=37.94%
G=17.94%
B=44.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203962360.140.5900.07285.8678.6565.1
HexCB60ECE3B0711e4f41
Octal313140354167307436117101
Binary110010111100000111011001110111011011110001111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60EC; }

 p { color: rgb(203,96,236); }

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

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

 a { background-color: rgb(203,96,236); }

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

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

 span { border-color: rgb(203,96,236); }

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