Html Css Color HEX #D682EA Heliotrope

📋 copy color: '#D682EA'

red 214 ◦ green 130 ◦ blue 234

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

Shades of Heliotrope #D682EA

Tints of Heliotrope #D682EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 37.02%
G = 22.49%
B = 40.48%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D682EA (or 0xD682EA) is known color: Heliotrope. HEX triplet: D6, 82 and EA. RGB value is (214,130,234). Sum of RGB (Red+Green+Blue) = 214+130+234=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #D682EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682EA is #297D15. Grayscale: #A6A6A6. Windows color (decimal): -2718998 or 15368918. OLE color: 15368918.

HSL color Cylindrical-coordinate representation of color #D682EA: hue angle of 288.46º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D682EA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 130 234 -
CMYK 0.09 0.44 0 0.08
HSL 288.46º 0.71% 0.71% -
HSV(B) 288.46º 0.44% 0.92% -
XYZ 50.57 36.2 82.16 -
YUV 166.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 214 130 234 0.09 0.44 0 0.08 288.46 0.71 0.71
Hex D6 82 EA 9 2C 0 8 120 47 47
Octal 326 202 352 11 54 0 10 440 107 107
Binary 11010110 10000010 11101010 1001 101100 0 1000 100100000 1000111 1000111

Color Harmonies of #D682EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682EA

Black with #D682EA

Text Example


Text Example

White with #D682EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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