#C06AFD

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

Shades of Heliotrope #C06AFD

Tints of Heliotrope #C06AFD

Color information

#C06AFD (or 0xC06AFD) is unknown color: approx Heliotrope. HEX triplet: C0, 6A and FD. RGB value is (192,106,253). Sum of RGB (Red+Green+Blue) = 192+106+253=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #C06AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AFD is #3F9502. Grayscale: #939393. Windows color (decimal): -4166915 or 16607936. OLE color: 16607936.

HSL color Cylindrical-coordinate representation of color #C06AFD: hue angle of 275.1º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06AFD is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192106253-
CMYK0.240.5800.01
HSL275.1º97.35%70.39%-
HSV(B)275.1º58.1%99.22%-
XYZ44.6228.6196.1-
YUV148.47186.99159.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=34.85%
G=19.24%
B=45.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921062530.240.5800.01275.197.3570.39
HexC06AFD183A011136146
Octal300152375307201423141106
Binary11000000110101011111101110001110100110001001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AFD; }

 p { color: rgb(192,106,253); }

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

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

 a { background-color: rgb(192,106,253); }

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

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

 span { border-color: rgb(192,106,253); }

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