Html Css Color HEX #D77AFB Heliotrope

📋 copy color: '#D77AFB'

red 215 ◦ green 122 ◦ blue 251

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

Shades of Heliotrope #D77AFB

Tints of Heliotrope #D77AFB

RGB

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

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

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

R = 36.56%
G = 20.75%
B = 42.69%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D77AFB (or 0xD77AFB) is known color: Heliotrope. HEX triplet: D7, 7A and FB. RGB value is (215,122,251). Sum of RGB (Red+Green+Blue) = 215+122+251=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #D77AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AFB is #288504. Grayscale: #A4A4A4. Windows color (decimal): -2655493 or 16480983. OLE color: 16480983.

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

Color convert

RGB 215 122 251 -
CMYK 0.14 0.51 0 0.02
HSL 283.26º 0.94% 0.73% -
HSV(B) 283.26º 0.51% 0.98% -
XYZ 52.4 35.33 95.32 -
YUV 164.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 215 122 251 0.14 0.51 0 0.02 283.26 0.94 0.73
Hex D7 7A FB E 33 0 2 11B 5E 49
Octal 327 172 373 16 63 0 2 433 136 111
Binary 11010111 1111010 11111011 1110 110011 0 10 100011011 1011110 1001001

Color Harmonies of #D77AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AFB

Black with #D77AFB

Text Example


Text Example

White with #D77AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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