Html Css Color HEX #D681ED Heliotrope

📋 copy color: '#D681ED'

red 214 ◦ green 129 ◦ blue 237

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

Shades of Heliotrope #D681ED

Tints of Heliotrope #D681ED

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.24%

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 36.9%
G = 22.24%
B = 40.86%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D681ED (or 0xD681ED) is known color: Heliotrope. HEX triplet: D6, 81 and ED. RGB value is (214,129,237). Sum of RGB (Red+Green+Blue) = 214+129+237=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #D681ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681ED is #297E12. Grayscale: #A6A6A6. Windows color (decimal): -2719251 or 15565270. OLE color: 15565270.

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

Color convert

RGB 214 129 237 -
CMYK 0.10 0.46 0 0.07
HSL 287.22º 0.75% 0.72% -
HSV(B) 287.22º 0.46% 0.93% -
XYZ 50.87 36.11 84.41 -
YUV 166.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 214 129 237 0.10 0.46 0 0.07 287.22 0.75 0.72
Hex D6 81 ED A 2E 0 7 11F 4B 48
Octal 326 201 355 12 56 0 7 437 113 110
Binary 11010110 10000001 11101101 1010 101110 0 111 100011111 1001011 1001000

Color Harmonies of #D681ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681ED

Black with #D681ED

Text Example


Text Example

White with #D681ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681ED; }

 p { color: rgb(214,129,237); }

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

background-color css

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

 a { background-color: rgb(214,129,237); }

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

border-color css

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

 span { border-color: rgb(214,129,237); }

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