Html Css Color HEX #D780FB Heliotrope

📋 copy color: '#D780FB'

red 215 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #D780FB

Tints of Heliotrope #D780FB

RGB

 RED value IS 215 (84.38% from 255) = 36.2%

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

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

R = 36.2%
G = 21.55%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D780FB (or 0xD780FB) is known color: Heliotrope. HEX triplet: D7, 80 and FB. RGB value is (215,128,251). Sum of RGB (Red+Green+Blue) = 215+128+251=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #D780FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D780FB is #287F04. Grayscale: #A7A7A7. Windows color (decimal): -2653957 or 16482519. OLE color: 16482519.

HSL color Cylindrical-coordinate representation of color #D780FB: hue angle of 282.44º 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 #D780FB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 128 251 -
CMYK 0.14 0.49 0 0.02
HSL 282.44º 0.94% 0.74% -
HSV(B) 282.44º 0.49% 0.98% -
XYZ 53.16 36.85 95.58 -
YUV 168.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 215 128 251 0.14 0.49 0 0.02 282.44 0.94 0.74
Hex D7 80 FB E 31 0 2 11A 5E 4A
Octal 327 200 373 16 61 0 2 432 136 112
Binary 11010111 10000000 11111011 1110 110001 0 10 100011010 1011110 1001010

Color Harmonies of #D780FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780FB

Black with #D780FB

Text Example


Text Example

White with #D780FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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