#CB6AFE

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

Shades of Heliotrope #CB6AFE

Tints of Heliotrope #CB6AFE

Color information

#CB6AFE (or 0xCB6AFE) is unknown color: approx Heliotrope. HEX triplet: CB, 6A and FE. RGB value is (203,106,254). Sum of RGB (Red+Green+Blue) = 203+106+254=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6AFE is #349501. Grayscale: #979797. Windows color (decimal): -3446018 or 16673483. OLE color: 16673483.

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

Color convert

RGB203106254-
CMYK0.200.5800.00
HSL279.32º98.67%70.59%-
HSV(B)279.32º58.27%99.61%-
XYZ47.6730.1697.07-
YUV151.87185.64164.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 106 (41.80% from 255) = 18.83%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=36.06%
G=18.83%
B=45.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031062540.200.5800.00279.3298.6770.59
HexCB6AFE143A001176347
Octal313152376247200427143107
Binary11001011110101011111110101001110100010001011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6AFE; }

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

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

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

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

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

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

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

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