Html Css Color HEX #D680FD Heliotrope

📋 copy color: '#D680FD'

red 214 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #D680FD

Tints of Heliotrope #D680FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.51%

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 35.97%
G = 21.51%
B = 42.52%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D680FD (or 0xD680FD) is known color: Heliotrope. HEX triplet: D6, 80 and FD. RGB value is (214,128,253). Sum of RGB (Red+Green+Blue) = 214+128+253=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #D680FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680FD is #297F02. Grayscale: #A7A7A7. Windows color (decimal): -2719491 or 16613590. OLE color: 16613590.

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

Color convert

RGB 214 128 253 -
CMYK 0.15 0.49 0 0.01
HSL 281.28º 0.97% 0.75% -
HSV(B) 281.28º 0.49% 0.99% -
XYZ 53.18 36.83 97.23 -
YUV 167.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 214 128 253 0.15 0.49 0 0.01 281.28 0.97 0.75
Hex D6 80 FD F 31 0 1 119 61 4B
Octal 326 200 375 17 61 0 1 431 141 113
Binary 11010110 10000000 11111101 1111 110001 0 1 100011001 1100001 1001011

Color Harmonies of #D680FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680FD

Black with #D680FD

Text Example


Text Example

White with #D680FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680FD; }

 p { color: rgb(214,128,253); }

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

background-color css

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

 a { background-color: rgb(214,128,253); }

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

border-color css

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

 span { border-color: rgb(214,128,253); }

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