#D67DFF

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

Shades of Heliotrope #D67DFF

Tints of Heliotrope #D67DFF

Color information

#D67DFF (or 0xD67DFF) is unknown color: approx Heliotrope. HEX triplet: D6, 7D and FF. RGB value is (214,125,255). Sum of RGB (Red+Green+Blue) = 214+125+255=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #D67DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DFF is #298200. Grayscale: #A6A6A6. Windows color (decimal): -2720257 or 16743894. OLE color: 16743894.

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

Color convert

RGB214125255-
CMYK0.160.5100
HSL281.08º100%74.51%-
HSV(B)281.08º50.98%100%-
XYZ53.1236.1898.79-
YUV166.43177.99161.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 125 (49.22% from 255) = 21.04%
BLUE value IS 255 (100% from 255) = 42.93%
R=36.03%
G=21.04%
B=42.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141252550.160.5100281.0810074.51
HexD67DFF103300119644b
Octal326175377206300431144113
Binary11010110111110111111111100001100110010001100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DFF; }

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

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

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

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

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

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

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

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