#D675EA

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

Shades of Heliotrope #D675EA

Tints of Heliotrope #D675EA

Color information

#D675EA (or 0xD675EA) is unknown color: approx Heliotrope. HEX triplet: D6, 75 and EA. RGB value is (214,117,234). Sum of RGB (Red+Green+Blue) = 214+117+234=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #D675EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675EA is #298A15. Grayscale: #9E9E9E. Windows color (decimal): -2722326 or 15365590. OLE color: 15365590.

HSL color Cylindrical-coordinate representation of color #D675EA: hue angle of 289.74º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D675EA is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214117234-
CMYK0.090.500.08
HSL289.74º73.58%68.82%-
HSV(B)289.74º50%91.76%-
XYZ48.9432.9681.62-
YUV159.34170.14166.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=37.88%
G=20.71%
B=41.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141172340.090.500.08289.7473.5868.82
HexD675EA932081224a45
Octal3261653521162010442112105
Binary1101011011101011110101010011100100100010010001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675EA; }

 p { color: rgb(214,117,234); }

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

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

 a { background-color: rgb(214,117,234); }

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

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

 span { border-color: rgb(214,117,234); }

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