Html Css Color HEX #D682EC Heliotrope

📋 copy color: '#D682EC'

red 214 ◦ green 130 ◦ blue 236

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

Shades of Heliotrope #D682EC

Tints of Heliotrope #D682EC

RGB

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

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

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

R = 36.9%
G = 22.41%
B = 40.69%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D682EC (or 0xD682EC) is known color: Heliotrope. HEX triplet: D6, 82 and EC. RGB value is (214,130,236). Sum of RGB (Red+Green+Blue) = 214+130+236=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #D682EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682EC is #297D13. Grayscale: #A6A6A6. Windows color (decimal): -2718996 or 15499990. OLE color: 15499990.

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

Color convert

RGB 214 130 236 -
CMYK 0.09 0.45 0 0.07
HSL 287.55º 0.74% 0.72% -
HSV(B) 287.55º 0.45% 0.93% -
XYZ 50.85 36.32 83.69 -
YUV 167.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 214 130 236 0.09 0.45 0 0.07 287.55 0.74 0.72
Hex D6 82 EC 9 2D 0 7 120 4A 48
Octal 326 202 354 11 55 0 7 440 112 110
Binary 11010110 10000010 11101100 1001 101101 0 111 100100000 1001010 1001000

Color Harmonies of #D682EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682EC

Black with #D682EC

Text Example


Text Example

White with #D682EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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