Html Css Color HEX #D87AF2 Heliotrope

📋 copy color: '#D87AF2'

red 216 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #D87AF2

Tints of Heliotrope #D87AF2

RGB

 RED value IS 216 (84.77% from 255) = 37.24%

 GREEN value IS 122 (48.05% from 255) = 21.03%

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 37.24%
G = 21.03%
B = 41.72%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D87AF2 (or 0xD87AF2) is known color: Heliotrope. HEX triplet: D8, 7A and F2. RGB value is (216,122,242). Sum of RGB (Red+Green+Blue) = 216+122+242=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #D87AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87AF2 is #27850D. Grayscale: #A3A3A3. Windows color (decimal): -2589966 or 15891160. OLE color: 15891160.

HSL color Cylindrical-coordinate representation of color #D87AF2: hue angle of 287º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D87AF2 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 122 242 -
CMYK 0.11 0.50 0 0.05
HSL 287º 0.82% 0.71% -
HSV(B) 287º 0.5% 0.95% -
XYZ 51.31 34.93 88.04 -
YUV 163.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 216 122 242 0.11 0.50 0 0.05 287 0.82 0.71
Hex D8 7A F2 B 32 0 5 11F 52 47
Octal 330 172 362 13 62 0 5 437 122 107
Binary 11011000 1111010 11110010 1011 110010 0 101 100011111 1010010 1000111

Color Harmonies of #D87AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87AF2

Black with #D87AF2

Text Example


Text Example

White with #D87AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87AF2; }

 p { color: rgb(216,122,242); }

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

background-color css

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

 a { background-color: rgb(216,122,242); }

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

border-color css

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

 span { border-color: rgb(216,122,242); }

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