#D675FE

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

Shades of Heliotrope #D675FE

Tints of Heliotrope #D675FE

Color information

#D675FE (or 0xD675FE) is unknown color: approx Heliotrope. HEX triplet: D6, 75 and FE. RGB value is (214,117,254). Sum of RGB (Red+Green+Blue) = 214+117+254=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #D675FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D675FE is #298A01. Grayscale: #A1A1A1. Windows color (decimal): -2722306 or 16676310. OLE color: 16676310.

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

Color convert

RGB214117254-
CMYK0.160.5400.00
HSL282.48º98.56%72.75%-
HSV(B)282.48º53.94%99.61%-
XYZ51.9834.1797.62-
YUV161.62180.14165.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.58%
GREEN value IS 117 (46.09% from 255) = 20%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=36.58%
G=20%
B=43.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141172540.160.5400.00282.4898.5672.75
HexD675FE10360011a6349
Octal326165376206600432143111
Binary11010110111010111111110100001101100010001101011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D675FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D675FE; }

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

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

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

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

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

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

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

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