#D68AFE

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

Shades of Heliotrope #D68AFE

Tints of Heliotrope #D68AFE

Color information

#D68AFE (or 0xD68AFE) is unknown color: approx Heliotrope. HEX triplet: D6, 8A and FE. RGB value is (214,138,254). Sum of RGB (Red+Green+Blue) = 214+138+254=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #D68AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AFE is #297501. Grayscale: #ADADAD. Windows color (decimal): -2716930 or 16681686. OLE color: 16681686.

HSL color Cylindrical-coordinate representation of color #D68AFE: hue angle of 279.31º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D68AFE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214138254-
CMYK0.160.4600.00
HSL279.31º98.31%76.86%-
HSV(B)279.31º45.67%99.61%-
XYZ54.7139.6398.53-
YUV173.95173.18156.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 138 (54.30% from 255) = 22.77%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=35.31%
G=22.77%
B=41.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141382540.160.4600.00279.3198.3176.86
HexD68AFE102E00117624d
Octal326212376205600427142115
Binary110101101000101011111110100001011100010001011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AFE; }

 p { color: rgb(214,138,254); }

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

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

 a { background-color: rgb(214,138,254); }

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

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

 span { border-color: rgb(214,138,254); }

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