Html Css Color HEX #D77EFC Heliotrope

📋 copy color: '#D77EFC'

red 215 ◦ green 126 ◦ blue 252

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

Shades of Heliotrope #D77EFC

Tints of Heliotrope #D77EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 36.26%
G = 21.25%
B = 42.5%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D77EFC (or 0xD77EFC) is known color: Heliotrope. HEX triplet: D7, 7E and FC. RGB value is (215,126,252). Sum of RGB (Red+Green+Blue) = 215+126+252=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 126 (49.61% from 255 or 21.25% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #D77EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EFC is #288103. Grayscale: #A6A6A6. Windows color (decimal): -2654468 or 16547543. OLE color: 16547543.

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

Color convert

RGB 215 126 252 -
CMYK 0.15 0.5 0 0.01
HSL 282.38º 0.95% 0.74% -
HSV(B) 282.38º 0.5% 0.99% -
XYZ 53.06 36.4 96.32 -
YUV 166.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 215 126 252 0.15 0.5 0 0.01 282.38 0.95 0.74
Hex D7 7E FC F 32 0 1 11A 5F 4A
Octal 327 176 374 17 62 0 1 432 137 112
Binary 11010111 1111110 11111100 1111 110010 0 1 100011010 1011111 1001010

Color Harmonies of #D77EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EFC

Black with #D77EFC

Text Example


Text Example

White with #D77EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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