Html Css Color HEX #D77AFE Heliotrope

📋 copy color: '#D77AFE'

red 215 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #D77AFE

Tints of Heliotrope #D77AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 36.38%
G = 20.64%
B = 42.98%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D77AFE (or 0xD77AFE) is known color: Heliotrope. HEX triplet: D7, 7A and FE. RGB value is (215,122,254). Sum of RGB (Red+Green+Blue) = 215+122+254=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #D77AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77AFE is #288501. Grayscale: #A4A4A4. Windows color (decimal): -2655490 or 16677591. OLE color: 16677591.

HSL color Cylindrical-coordinate representation of color #D77AFE: hue angle of 282.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77AFE is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 122 254 -
CMYK 0.15 0.52 0 0.00
HSL 282.27º 0.99% 0.74% -
HSV(B) 282.27º 0.52% 1% -
XYZ 52.87 35.52 97.84 -
YUV 164.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 215 122 254 0.15 0.52 0 0.00 282.27 0.99 0.74
Hex D7 7A FE F 34 0 0 11A 63 4A
Octal 327 172 376 17 64 0 0 432 143 112
Binary 11010111 1111010 11111110 1111 110100 0 0 100011010 1100011 1001010

Color Harmonies of #D77AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AFE

Black with #D77AFE

Text Example


Text Example

White with #D77AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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