Html Css Color HEX #D05FEC Heliotrope

📋 copy color: '#D05FEC'

red 208 ◦ green 95 ◦ blue 236

#D05FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D05FEC

Tints of Heliotrope #D05FEC

RGB

 RED value IS 208 (81.64% from 255) = 38.59%

 GREEN value IS 95 (37.5% from 255) = 17.63%

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 38.59%
G = 17.63%
B = 43.78%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D05FEC (or 0xD05FEC) is known color: Heliotrope. HEX triplet: D0, 5F and EC. RGB value is (208,95,236). Sum of RGB (Red+Green+Blue) = 208+95+236=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #D05FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FEC is #2FA013. Grayscale: #909090. Windows color (decimal): -3121172 or 15491024. OLE color: 15491024.

HSL color Cylindrical-coordinate representation of color #D05FEC: hue angle of 288.09º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05FEC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 95 236 -
CMYK 0.12 0.60 0 0.07
HSL 288.09º 0.79% 0.65% -
HSV(B) 288.09º 0.6% 0.93% -
XYZ 45.24 27.65 82.31 -
YUV 144.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 208 95 236 0.12 0.60 0 0.07 288.09 0.79 0.65
Hex D0 5F EC C 3C 0 7 120 4F 41
Octal 320 137 354 14 74 0 7 440 117 101
Binary 11010000 1011111 11101100 1100 111100 0 111 100100000 1001111 1000001

Color Harmonies of #D05FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05FEC

Black with #D05FEC

Text Example


Text Example

White with #D05FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05FEC; }

 p { color: rgb(208,95,236); }

 H1.HeaderClassName
 {
   color: #D05FEC;
 }
 .AnyTagClassName
 {
   color: #D05FEC;
 }
</style>

background-color css

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

 a { background-color: rgb(208,95,236); }

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

border-color css

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

 span { border-color: rgb(208,95,236); }

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