#D67EFD

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

Shades of Heliotrope #D67EFD

Tints of Heliotrope #D67EFD

Color information

#D67EFD (or 0xD67EFD) is unknown color: approx Heliotrope. HEX triplet: D6, 7E and FD. RGB value is (214,126,253). Sum of RGB (Red+Green+Blue) = 214+126+253=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 126 (49.61% from 255 or 21.25% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #D67EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67EFD is #298102. Grayscale: #A6A6A6. Windows color (decimal): -2720003 or 16613078. OLE color: 16613078.

HSL color Cylindrical-coordinate representation of color #D67EFD: hue angle of 281.57º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67EFD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214126253-
CMYK0.150.5000.01
HSL281.57º96.95%74.31%-
HSV(B)281.57º50.2%99.22%-
XYZ52.9236.3197.15-
YUV166.79176.65161.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 126 (49.61% from 255) = 21.25%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=36.09%
G=21.25%
B=42.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141262530.150.5000.01281.5796.9574.31
HexD67EFDF320111a614a
Octal326176375176201432141112
Binary1101011011111101111110111111100100110001101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EFD; }

 p { color: rgb(214,126,253); }

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

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

 a { background-color: rgb(214,126,253); }

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

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

 span { border-color: rgb(214,126,253); }

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