#CB60FE

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

Shades of Heliotrope #CB60FE

Tints of Heliotrope #CB60FE

Color information

#CB60FE (or 0xCB60FE) is unknown color: approx Heliotrope. HEX triplet: CB, 60 and FE. RGB value is (203,96,254). Sum of RGB (Red+Green+Blue) = 203+96+254=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB60FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60FE is #349F01. Grayscale: #919191. Windows color (decimal): -3448578 or 16670923. OLE color: 16670923.

HSL color Cylindrical-coordinate representation of color #CB60FE: hue angle of 280.63º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB60FE is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20396254-
CMYK0.200.6200.00
HSL280.63º98.75%68.63%-
HSV(B)280.63º62.2%99.61%-
XYZ46.728.2296.75-
YUV146188.95168.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 96 (37.89% from 255) = 17.36%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=36.71%
G=17.36%
B=45.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal203962540.200.6200.00280.6398.7568.63
HexCB60FE143E001196345
Octal313140376247600431143105
Binary11001011110000011111110101001111100010001100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB60FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB60FE; }

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

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

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

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

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

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

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

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