Html Css Color HEX #D680EF Heliotrope

📋 copy color: '#D680EF'

red 214 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #D680EF

Tints of Heliotrope #D680EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 36.83%
G = 22.03%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D680EF (or 0xD680EF) is known color: Heliotrope. HEX triplet: D6, 80 and EF. RGB value is (214,128,239). Sum of RGB (Red+Green+Blue) = 214+128+239=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #D680EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680EF is #297F10. Grayscale: #A6A6A6. Windows color (decimal): -2719505 or 15696086. OLE color: 15696086.

HSL color Cylindrical-coordinate representation of color #D680EF: hue angle of 286.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D680EF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 128 239 -
CMYK 0.10 0.46 0 0.06
HSL 286.49º 0.78% 0.72% -
HSV(B) 286.49º 0.46% 0.94% -
XYZ 51.03 35.97 85.91 -
YUV 166.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 214 128 239 0.10 0.46 0 0.06 286.49 0.78 0.72
Hex D6 80 EF A 2E 0 6 11E 4E 48
Octal 326 200 357 12 56 0 6 436 116 110
Binary 11010110 10000000 11101111 1010 101110 0 110 100011110 1001110 1001000

Color Harmonies of #D680EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680EF

Black with #D680EF

Text Example


Text Example

White with #D680EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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