Html Css Color HEX #D680FB Heliotrope

📋 copy color: '#D680FB'

red 214 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #D680FB

Tints of Heliotrope #D680FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 36.09%
G = 21.59%
B = 42.33%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D680FB (or 0xD680FB) is known color: Heliotrope. HEX triplet: D6, 80 and FB. RGB value is (214,128,251). Sum of RGB (Red+Green+Blue) = 214+128+251=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #D680FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D680FB is #297F04. Grayscale: #A7A7A7. Windows color (decimal): -2719493 or 16482518. OLE color: 16482518.

HSL color Cylindrical-coordinate representation of color #D680FB: hue angle of 281.95º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D680FB is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 128 251 -
CMYK 0.15 0.49 0 0.02
HSL 281.95º 0.94% 0.74% -
HSV(B) 281.95º 0.49% 0.98% -
XYZ 52.86 36.7 95.56 -
YUV 167.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 214 128 251 0.15 0.49 0 0.02 281.95 0.94 0.74
Hex D6 80 FB F 31 0 2 11A 5E 4A
Octal 326 200 373 17 61 0 2 432 136 112
Binary 11010110 10000000 11111011 1111 110001 0 10 100011010 1011110 1001010

Color Harmonies of #D680FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680FB

Black with #D680FB

Text Example


Text Example

White with #D680FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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