Html Css Color HEX #D782F0 Heliotrope

📋 copy color: '#D782F0'

red 215 ◦ green 130 ◦ blue 240

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

Shades of Heliotrope #D782F0

Tints of Heliotrope #D782F0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.22%

 BLUE value IS 240 (94.14% from 255) = 41.03%

R = 36.75%
G = 22.22%
B = 41.03%

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

#D782F0 (or 0xD782F0) is known color: Heliotrope. HEX triplet: D7, 82 and F0. RGB value is (215,130,240). Sum of RGB (Red+Green+Blue) = 215+130+240=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #D782F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D782F0 is #287D0F. Grayscale: #A7A7A7. Windows color (decimal): -2653456 or 15762135. OLE color: 15762135.

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

Color convert

RGB 215 130 240 -
CMYK 0.10 0.46 0 0.06
HSL 286.36º 0.79% 0.73% -
HSV(B) 286.36º 0.46% 0.94% -
XYZ 51.74 36.7 86.8 -
YUV 167.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 215 130 240 0.10 0.46 0 0.06 286.36 0.79 0.73
Hex D7 82 F0 A 2E 0 6 11E 4F 49
Octal 327 202 360 12 56 0 6 436 117 111
Binary 11010111 10000010 11110000 1010 101110 0 110 100011110 1001111 1001001

Color Harmonies of #D782F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D782F0

Black with #D782F0

Text Example


Text Example

White with #D782F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D782F0; }

 p { color: rgb(215,130,240); }

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

background-color css

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

 a { background-color: rgb(215,130,240); }

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

border-color css

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

 span { border-color: rgb(215,130,240); }

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