Html Css Color HEX #D682E6 Violet

📋 copy color: '#D682E6'

red 214 ◦ green 130 ◦ blue 230

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

Shades of Violet #D682E6

Tints of Violet #D682E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.07%

R = 37.28%
G = 22.65%
B = 40.07%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D682E6 (or 0xD682E6) is known color: Violet. HEX triplet: D6, 82 and E6. RGB value is (214,130,230). Sum of RGB (Red+Green+Blue) = 214+130+230=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #D682E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D682E6 is #297D19. Grayscale: #A6A6A6. Windows color (decimal): -2719002 or 15106774. OLE color: 15106774.

HSL color Cylindrical-coordinate representation of color #D682E6: hue angle of 290.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D682E6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 130 230 -
CMYK 0.07 0.43 0 0.10
HSL 290.4º 0.67% 0.71% -
HSV(B) 290.4º 0.43% 0.9% -
XYZ 50 35.97 79.17 -
YUV 166.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 214 130 230 0.07 0.43 0 0.10 290.4 0.67 0.71
Hex D6 82 E6 7 2B 0 A 122 43 47
Octal 326 202 346 7 53 0 12 442 103 107
Binary 11010110 10000010 11100110 111 101011 0 1010 100100010 1000011 1000111

Color Harmonies of #D682E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D682E6

Black with #D682E6

Text Example


Text Example

White with #D682E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D682E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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