#D67EFB

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

Shades of Heliotrope #D67EFB

Tints of Heliotrope #D67EFB

Color information

#D67EFB (or 0xD67EFB) is unknown color: approx Heliotrope. HEX triplet: D6, 7E and FB. RGB value is (214,126,251). Sum of RGB (Red+Green+Blue) = 214+126+251=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #D67EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67EFB is #298104. Grayscale: #A6A6A6. Windows color (decimal): -2720005 or 16482006. OLE color: 16482006.

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

Color convert

RGB214126251-
CMYK0.150.5000.02
HSL282.24º93.98%73.92%-
HSV(B)282.24º49.8%98.43%-
XYZ52.636.1895.48-
YUV166.56175.65161.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 126 (49.61% from 255) = 21.32%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=36.21%
G=21.32%
B=42.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141262510.150.5000.02282.2493.9873.92
HexD67EFBF320211a5e4a
Octal326176373176202432136112
Binary11010110111111011111011111111001001010001101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EFB; }

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

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

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

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

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

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

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

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