#C76AFD

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

Shades of Heliotrope #C76AFD

Tints of Heliotrope #C76AFD

Color information

#C76AFD (or 0xC76AFD) is unknown color: approx Heliotrope. HEX triplet: C7, 6A and FD. RGB value is (199,106,253). Sum of RGB (Red+Green+Blue) = 199+106+253=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #C76AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76AFD is #389502. Grayscale: #969696. Windows color (decimal): -3708163 or 16607943. OLE color: 16607943.

HSL color Cylindrical-coordinate representation of color #C76AFD: hue angle of 277.96º 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 #C76AFD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199106253-
CMYK0.210.5800.01
HSL277.96º97.35%70.39%-
HSV(B)277.96º58.1%99.22%-
XYZ46.4429.5496.18-
YUV150.56185.81162.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.66%
GREEN value IS 106 (41.80% from 255) = 19.00%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=35.66%
G=19.00%
B=45.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991062530.210.5800.01277.9697.3570.39
HexC76AFD153A011166146
Octal307152375257201426141106
Binary11000111110101011111101101011110100110001011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76AFD; }

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

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

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

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

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

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

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

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