Html Css Color HEX #D681EF Heliotrope

📋 copy color: '#D681EF'

red 214 ◦ green 129 ◦ blue 239

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

Shades of Heliotrope #D681EF

Tints of Heliotrope #D681EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 36.77%
G = 22.16%
B = 41.07%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D681EF (or 0xD681EF) is known color: Heliotrope. HEX triplet: D6, 81 and EF. RGB value is (214,129,239). Sum of RGB (Red+Green+Blue) = 214+129+239=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #D681EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681EF is #297E10. Grayscale: #A6A6A6. Windows color (decimal): -2719249 or 15696342. OLE color: 15696342.

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

Color convert

RGB 214 129 239 -
CMYK 0.10 0.46 0 0.06
HSL 286.36º 0.77% 0.72% -
HSV(B) 286.36º 0.46% 0.94% -
XYZ 51.16 36.23 85.96 -
YUV 166.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 214 129 239 0.10 0.46 0 0.06 286.36 0.77 0.72
Hex D6 81 EF A 2E 0 6 11E 4D 48
Octal 326 201 357 12 56 0 6 436 115 110
Binary 11010110 10000001 11101111 1010 101110 0 110 100011110 1001101 1001000

Color Harmonies of #D681EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681EF

Black with #D681EF

Text Example


Text Example

White with #D681EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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