Html Css Color HEX #D77CF2 Heliotrope

📋 copy color: '#D77CF2'

red 215 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #D77CF2

Tints of Heliotrope #D77CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.65%

R = 37.01%
G = 21.34%
B = 41.65%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D77CF2 (or 0xD77CF2) is known color: Heliotrope. HEX triplet: D7, 7C and F2. RGB value is (215,124,242). Sum of RGB (Red+Green+Blue) = 215+124+242=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #D77CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CF2 is #28830D. Grayscale: #A4A4A4. Windows color (decimal): -2654990 or 15891671. OLE color: 15891671.

HSL color Cylindrical-coordinate representation of color #D77CF2: hue angle of 286.27º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D77CF2 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 124 242 -
CMYK 0.11 0.49 0 0.05
HSL 286.27º 0.82% 0.72% -
HSV(B) 286.27º 0.49% 0.95% -
XYZ 51.26 35.27 88.11 -
YUV 164.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 215 124 242 0.11 0.49 0 0.05 286.27 0.82 0.72
Hex D7 7C F2 B 31 0 5 11E 52 48
Octal 327 174 362 13 61 0 5 436 122 110
Binary 11010111 1111100 11110010 1011 110001 0 101 100011110 1010010 1001000

Color Harmonies of #D77CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CF2

Black with #D77CF2

Text Example


Text Example

White with #D77CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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