#D075EA

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

Shades of Heliotrope #D075EA

Tints of Heliotrope #D075EA

Color information

#D075EA (or 0xD075EA) is unknown color: approx Heliotrope. HEX triplet: D0, 75 and EA. RGB value is (208,117,234). Sum of RGB (Red+Green+Blue) = 208+117+234=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #D075EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075EA is #2F8A15. Grayscale: #9D9D9D. Windows color (decimal): -3115542 or 15365584. OLE color: 15365584.

HSL color Cylindrical-coordinate representation of color #D075EA: hue angle of 286.67º 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 #D075EA is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208117234-
CMYK0.110.500.08
HSL286.67º73.58%68.82%-
HSV(B)286.67º50%91.76%-
XYZ47.2232.0781.54-
YUV157.55171.15163.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 117 (46.09% from 255) = 20.93%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=37.21%
G=20.93%
B=41.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081172340.110.500.08286.6773.5868.82
HexD075EAB320811f4a45
Octal3201653521362010437112105
Binary1101000011101011110101010111100100100010001111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075EA; }

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

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

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

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

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

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

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

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