#D674ED

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

Shades of Heliotrope #D674ED

Tints of Heliotrope #D674ED

Color information

#D674ED (or 0xD674ED) is unknown color: approx Heliotrope. HEX triplet: D6, 74 and ED. RGB value is (214,116,237). Sum of RGB (Red+Green+Blue) = 214+116+237=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #D674ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D674ED is #298B12. Grayscale: #9E9E9E. Windows color (decimal): -2722579 or 15561942. OLE color: 15561942.

HSL color Cylindrical-coordinate representation of color #D674ED: hue angle of 288.6º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D674ED is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214116237-
CMYK0.100.5100.07
HSL288.6º77.07%69.22%-
HSV(B)288.6º51.05%92.94%-
XYZ49.2632.983.87-
YUV159.1171.97167.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 116 (45.70% from 255) = 20.46%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=37.74%
G=20.46%
B=41.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141162370.100.5100.07288.677.0769.22
HexD674EDA33071214d45
Octal326164355126307441115105
Binary110101101110100111011011010110011011110010000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674ED; }

 p { color: rgb(214,116,237); }

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

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

 a { background-color: rgb(214,116,237); }

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

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

 span { border-color: rgb(214,116,237); }

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