#CB5AF6

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

Shades of Heliotrope #CB5AF6

Tints of Heliotrope #CB5AF6

Color information

#CB5AF6 (or 0xCB5AF6) is unknown color: approx Heliotrope. HEX triplet: CB, 5A and F6. RGB value is (203,90,246). Sum of RGB (Red+Green+Blue) = 203+90+246=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5AF6 is #34A509. Grayscale: #8D8D8D. Windows color (decimal): -3450122 or 16145099. OLE color: 16145099.

HSL color Cylindrical-coordinate representation of color #CB5AF6: hue angle of 283.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB5AF6 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20390246-
CMYK0.170.6300.04
HSL283.46º89.66%65.88%-
HSV(B)283.46º63.41%96.47%-
XYZ44.9226.6689.97-
YUV141.57186.94171.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 90 (35.55% from 255) = 16.70%
BLUE value IS 246 (96.48% from 255) = 45.64%
R=37.66%
G=16.70%
B=45.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal203902460.170.6300.04283.4689.6665.88
HexCB5AF6113F0411b5a42
Octal313132366217704433132102
Binary1100101110110101111011010001111111010010001101110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5AF6; }

 p { color: rgb(203,90,246); }

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

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

 a { background-color: rgb(203,90,246); }

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

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

 span { border-color: rgb(203,90,246); }

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