Html Css Color HEX #D682EF Heliotrope

📋 copy color: '#D682EF'

red 214 ◦ green 130 ◦ blue 239

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

Shades of Heliotrope #D682EF

Tints of Heliotrope #D682EF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.3%

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

R = 36.71%
G = 22.3%
B = 40.99%

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

#D682EF (or 0xD682EF) is known color: Heliotrope. HEX triplet: D6, 82 and EF. RGB value is (214,130,239). Sum of RGB (Red+Green+Blue) = 214+130+239=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #D682EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682EF is #297D10. Grayscale: #A7A7A7. Windows color (decimal): -2718993 or 15696598. OLE color: 15696598.

HSL color Cylindrical-coordinate representation of color #D682EF: hue angle of 286.24º degrees, saturation: 0.77, 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 #D682EF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 130 239 -
CMYK 0.10 0.46 0 0.06
HSL 286.24º 0.77% 0.72% -
HSV(B) 286.24º 0.46% 0.94% -
XYZ 51.29 36.49 86 -
YUV 167.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 214 130 239 0.10 0.46 0 0.06 286.24 0.77 0.72
Hex D6 82 EF A 2E 0 6 11E 4D 48
Octal 326 202 357 12 56 0 6 436 115 110
Binary 11010110 10000010 11101111 1010 101110 0 110 100011110 1001101 1001000

Color Harmonies of #D682EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682EF

Black with #D682EF

Text Example


Text Example

White with #D682EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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