Html Css Color HEX #D77EFA Heliotrope

📋 copy color: '#D77EFA'

red 215 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #D77EFA

Tints of Heliotrope #D77EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.32%

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

R = 36.38%
G = 21.32%
B = 42.3%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D77EFA (or 0xD77EFA) is known color: Heliotrope. HEX triplet: D7, 7E and FA. RGB value is (215,126,250). Sum of RGB (Red+Green+Blue) = 215+126+250=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #D77EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EFA is #288105. Grayscale: #A6A6A6. Windows color (decimal): -2654470 or 16416471. OLE color: 16416471.

HSL color Cylindrical-coordinate representation of color #D77EFA: hue angle of 283.06º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77EFA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 126 250 -
CMYK 0.14 0.50 0 0.02
HSL 283.06º 0.93% 0.74% -
HSV(B) 283.06º 0.5% 0.98% -
XYZ 52.74 36.27 94.66 -
YUV 166.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 215 126 250 0.14 0.50 0 0.02 283.06 0.93 0.74
Hex D7 7E FA E 32 0 2 11B 5D 4A
Octal 327 176 372 16 62 0 2 433 135 112
Binary 11010111 1111110 11111010 1110 110010 0 10 100011011 1011101 1001010

Color Harmonies of #D77EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EFA

Black with #D77EFA

Text Example


Text Example

White with #D77EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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