Html Css Color HEX #D77FFA Heliotrope

📋 copy color: '#D77FFA'

red 215 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #D77FFA

Tints of Heliotrope #D77FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.45%

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 36.32%
G = 21.45%
B = 42.23%

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

#D77FFA (or 0xD77FFA) is known color: Heliotrope. HEX triplet: D7, 7F and FA. RGB value is (215,127,250). Sum of RGB (Red+Green+Blue) = 215+127+250=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #D77FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77FFA is #288005. Grayscale: #A6A6A6. Windows color (decimal): -2654214 or 16416727. OLE color: 16416727.

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

Color convert

RGB 215 127 250 -
CMYK 0.14 0.49 0 0.02
HSL 282.93º 0.92% 0.74% -
HSV(B) 282.93º 0.49% 0.98% -
XYZ 52.87 36.53 94.71 -
YUV 167.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 215 127 250 0.14 0.49 0 0.02 282.93 0.92 0.74
Hex D7 7F FA E 31 0 2 11B 5C 4A
Octal 327 177 372 16 61 0 2 433 134 112
Binary 11010111 1111111 11111010 1110 110001 0 10 100011011 1011100 1001010

Color Harmonies of #D77FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77FFA

Black with #D77FFA

Text Example


Text Example

White with #D77FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77FFA; }

 p { color: rgb(215,127,250); }

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

background-color css

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

 a { background-color: rgb(215,127,250); }

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

border-color css

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

 span { border-color: rgb(215,127,250); }

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