#CB60E8

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

Shades of Medium Orchid #CB60E8

Tints of Medium Orchid #CB60E8

Color information

#CB60E8 (or 0xCB60E8) is unknown color: approx Medium Orchid. HEX triplet: CB, 60 and E8. RGB value is (203,96,232). Sum of RGB (Red+Green+Blue) = 203+96+232=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB60E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60E8 is #349F17. Grayscale: #8F8F8F. Windows color (decimal): -3448600 or 15229131. OLE color: 15229131.

HSL color Cylindrical-coordinate representation of color #CB60E8: hue angle of 287.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB60E8 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20396232-
CMYK0.120.5900.09
HSL287.21º74.73%64.31%-
HSV(B)287.21º58.62%90.98%-
XYZ43.3826.8979.25-
YUV143.5177.95170.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 96 (37.89% from 255) = 18.08%
BLUE value IS 232 (91.02% from 255) = 43.69%
R=38.23%
G=18.08%
B=43.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203962320.120.5900.09287.2174.7364.31
HexCB60E8C3B0911f4b40
Octal3131403501473011437113100
Binary1100101111000001110100011001110110100110001111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60E8; }

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

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

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

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

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

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

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

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