#D675FD

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

Shades of Heliotrope #D675FD

Tints of Heliotrope #D675FD

Color information

#D675FD (or 0xD675FD) is unknown color: approx Heliotrope. HEX triplet: D6, 75 and FD. RGB value is (214,117,253). Sum of RGB (Red+Green+Blue) = 214+117+253=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #D675FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675FD is #298A02. Grayscale: #A1A1A1. Windows color (decimal): -2722307 or 16610774. OLE color: 16610774.

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

Color convert

RGB214117253-
CMYK0.150.5400.01
HSL282.79º97.14%72.55%-
HSV(B)282.79º53.75%99.22%-
XYZ51.8234.1196.78-
YUV161.51179.64165.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=36.64%
G=20.03%
B=43.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141172530.150.5400.01282.7997.1472.55
HexD675FDF360111b6149
Octal326165375176601433141111
Binary1101011011101011111110111111101100110001101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675FD; }

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

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

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

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

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

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

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

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