Html Css Color HEX #D682EB Heliotrope

📋 copy color: '#D682EB'

red 214 ◦ green 130 ◦ blue 235

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

Shades of Heliotrope #D682EB

Tints of Heliotrope #D682EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 36.96%
G = 22.45%
B = 40.59%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D682EB (or 0xD682EB) is known color: Heliotrope. HEX triplet: D6, 82 and EB. RGB value is (214,130,235). Sum of RGB (Red+Green+Blue) = 214+130+235=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #D682EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682EB is #297D14. Grayscale: #A6A6A6. Windows color (decimal): -2718997 or 15434454. OLE color: 15434454.

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

Color convert

RGB 214 130 235 -
CMYK 0.09 0.45 0 0.08
HSL 288º 0.72% 0.72% -
HSV(B) 288º 0.45% 0.92% -
XYZ 50.71 36.26 82.92 -
YUV 167.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 214 130 235 0.09 0.45 0 0.08 288 0.72 0.72
Hex D6 82 EB 9 2D 0 8 120 48 48
Octal 326 202 353 11 55 0 10 440 110 110
Binary 11010110 10000010 11101011 1001 101101 0 1000 100100000 1001000 1001000

Color Harmonies of #D682EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682EB

Black with #D682EB

Text Example


Text Example

White with #D682EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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