Html Css Color HEX #D77CFA Heliotrope

📋 copy color: '#D77CFA'

red 215 ◦ green 124 ◦ blue 250

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

Shades of Heliotrope #D77CFA

Tints of Heliotrope #D77CFA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.05%

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

R = 36.5%
G = 21.05%
B = 42.44%

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

#D77CFA (or 0xD77CFA) is known color: Heliotrope. HEX triplet: D7, 7C and FA. RGB value is (215,124,250). Sum of RGB (Red+Green+Blue) = 215+124+250=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #D77CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CFA is #288305. Grayscale: #A5A5A5. Windows color (decimal): -2654982 or 16415959. OLE color: 16415959.

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

Color convert

RGB 215 124 250 -
CMYK 0.14 0.50 0 0.02
HSL 283.33º 0.93% 0.73% -
HSV(B) 283.33º 0.5% 0.98% -
XYZ 52.49 35.76 94.58 -
YUV 165.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 215 124 250 0.14 0.50 0 0.02 283.33 0.93 0.73
Hex D7 7C FA E 32 0 2 11B 5D 49
Octal 327 174 372 16 62 0 2 433 135 111
Binary 11010111 1111100 11111010 1110 110010 0 10 100011011 1011101 1001001

Color Harmonies of #D77CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CFA

Black with #D77CFA

Text Example


Text Example

White with #D77CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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