Html Css Color HEX #D071EC Heliotrope

📋 copy color: '#D071EC'

red 208 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #D071EC

Tints of Heliotrope #D071EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.29%

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

R = 37.34%
G = 20.29%
B = 42.37%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D071EC (or 0xD071EC) is known color: Heliotrope. HEX triplet: D0, 71 and EC. RGB value is (208,113,236). Sum of RGB (Red+Green+Blue) = 208+113+236=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #D071EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D071EC is #2F8E13. Grayscale: #9B9B9B. Windows color (decimal): -3116564 or 15495632. OLE color: 15495632.

HSL color Cylindrical-coordinate representation of color #D071EC: hue angle of 286.34º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D071EC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 113 236 -
CMYK 0.12 0.52 0 0.07
HSL 286.34º 0.76% 0.68% -
HSV(B) 286.34º 0.52% 0.93% -
XYZ 47.06 31.28 82.91 -
YUV 155.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 208 113 236 0.12 0.52 0 0.07 286.34 0.76 0.68
Hex D0 71 EC C 34 0 7 11E 4C 44
Octal 320 161 354 14 64 0 7 436 114 104
Binary 11010000 1110001 11101100 1100 110100 0 111 100011110 1001100 1000100

Color Harmonies of #D071EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D071EC

Black with #D071EC

Text Example


Text Example

White with #D071EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D071EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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