#CB60E6

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

Shades of Medium Orchid #CB60E6

Tints of Medium Orchid #CB60E6

Color information

#CB60E6 (or 0xCB60E6) is unknown color: approx Medium Orchid. HEX triplet: CB, 60 and E6. RGB value is (203,96,230). Sum of RGB (Red+Green+Blue) = 203+96+230=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60E6 is #349F19. Grayscale: #8E8E8E. Windows color (decimal): -3448602 or 15098059. OLE color: 15098059.

HSL color Cylindrical-coordinate representation of color #CB60E6: hue angle of 287.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB60E6 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20396230-
CMYK0.120.5800.10
HSL287.91º72.83%63.92%-
HSV(B)287.91º58.26%90.2%-
XYZ43.0926.7877.76-
YUV143.27176.95170.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 96 (37.89% from 255) = 18.15%
BLUE value IS 230 (90.23% from 255) = 43.48%
R=38.37%
G=18.15%
B=43.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal203962300.120.5800.10287.9172.8363.92
HexCB60E6C3A0A1204940
Octal3131403461472012440111100
Binary1100101111000001110011011001110100101010010000010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60E6; }

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

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

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

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

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

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

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

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