Html Css Color HEX #D681FF Heliotrope

📋 copy color: '#D681FF'

red 214 ◦ green 129 ◦ blue 255

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

Shades of Heliotrope #D681FF

Tints of Heliotrope #D681FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.64%

R = 35.79%
G = 21.57%
B = 42.64%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D681FF (or 0xD681FF) is known color: Heliotrope. HEX triplet: D6, 81 and FF. RGB value is (214,129,255). Sum of RGB (Red+Green+Blue) = 214+129+255=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #D681FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681FF is #297E00. Grayscale: #A8A8A8. Windows color (decimal): -2719233 or 16744918. OLE color: 16744918.

HSL color Cylindrical-coordinate representation of color #D681FF: hue angle of 280.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D681FF is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 129 255 -
CMYK 0.16 0.49 0 0
HSL 280.48º 1% 0.75% -
HSV(B) 280.48º 0.49% 1% -
XYZ 53.63 37.22 98.96 -
YUV 168.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 214 129 255 0.16 0.49 0 0 280.48 1 0.75
Hex D6 81 FF 10 31 0 0 118 64 4B
Octal 326 201 377 20 61 0 0 430 144 113
Binary 11010110 10000001 11111111 10000 110001 0 0 100011000 1100100 1001011

Color Harmonies of #D681FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D681FF

Black with #D681FF

Text Example


Text Example

White with #D681FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D681FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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