Html Css Color HEX #D680EC Heliotrope

📋 copy color: '#D680EC'

red 214 ◦ green 128 ◦ blue 236

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

Shades of Heliotrope #D680EC

Tints of Heliotrope #D680EC

RGB

 RED value IS 214 (83.98% from 255) = 37.02%

 GREEN value IS 128 (50.39% from 255) = 22.15%

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

R = 37.02%
G = 22.15%
B = 40.83%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D680EC (or 0xD680EC) is known color: Heliotrope. HEX triplet: D6, 80 and EC. RGB value is (214,128,236). Sum of RGB (Red+Green+Blue) = 214+128+236=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #D680EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680EC is #297F13. Grayscale: #A5A5A5. Windows color (decimal): -2719508 or 15499478. OLE color: 15499478.

HSL color Cylindrical-coordinate representation of color #D680EC: hue angle of 287.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D680EC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 128 236 -
CMYK 0.09 0.46 0 0.07
HSL 287.78º 0.74% 0.71% -
HSV(B) 287.78º 0.46% 0.93% -
XYZ 50.59 35.79 83.6 -
YUV 166.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 214 128 236 0.09 0.46 0 0.07 287.78 0.74 0.71
Hex D6 80 EC 9 2E 0 7 120 4A 47
Octal 326 200 354 11 56 0 7 440 112 107
Binary 11010110 10000000 11101100 1001 101110 0 111 100100000 1001010 1000111

Color Harmonies of #D680EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680EC

Black with #D680EC

Text Example


Text Example

White with #D680EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680EC; }

 p { color: rgb(214,128,236); }

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

background-color css

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

 a { background-color: rgb(214,128,236); }

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

border-color css

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

 span { border-color: rgb(214,128,236); }

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