#D075FD

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

Shades of Heliotrope #D075FD

Tints of Heliotrope #D075FD

Color information

#D075FD (or 0xD075FD) is unknown color: approx Heliotrope. HEX triplet: D0, 75 and FD. RGB value is (208,117,253). Sum of RGB (Red+Green+Blue) = 208+117+253=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #D075FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075FD is #2F8A02. Grayscale: #9F9F9F. Windows color (decimal): -3115523 or 16610768. OLE color: 16610768.

HSL color Cylindrical-coordinate representation of color #D075FD: hue angle of 280.15º 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 #D075FD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208117253-
CMYK0.180.5400.01
HSL280.15º97.14%72.55%-
HSV(B)280.15º53.75%99.22%-
XYZ50.133.2296.7-
YUV159.71180.65162.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 117 (46.09% from 255) = 20.24%
BLUE value IS 253 (99.22% from 255) = 43.77%
R=35.99%
G=20.24%
B=43.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081172530.180.5400.01280.1597.1472.55
HexD075FD1236011186149
Octal320165375226601430141111
Binary11010000111010111111101100101101100110001100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075FD; }

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

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

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

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

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

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

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

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