#D67DFE

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

Shades of Heliotrope #D67DFE

Tints of Heliotrope #D67DFE

Color information

#D67DFE (or 0xD67DFE) is unknown color: approx Heliotrope. HEX triplet: D6, 7D and FE. RGB value is (214,125,254). Sum of RGB (Red+Green+Blue) = 214+125+254=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #D67DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DFE is #298201. Grayscale: #A5A5A5. Windows color (decimal): -2720258 or 16678358. OLE color: 16678358.

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

Color convert

RGB214125254-
CMYK0.160.5100.00
HSL281.4º98.47%74.31%-
HSV(B)281.4º50.79%99.61%-
XYZ52.9536.1297.95-
YUV166.32177.49162.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 125 (49.22% from 255) = 21.08%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=36.09%
G=21.08%
B=42.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141252540.160.5100.00281.498.4774.31
HexD67DFE103300119624a
Octal326175376206300431142112
Binary11010110111110111111110100001100110010001100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DFE; }

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

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

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

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

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

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

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

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