Html Css Color HEX #D77BF1 Heliotrope

📋 copy color: '#D77BF1'

red 215 ◦ green 123 ◦ blue 241

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

Shades of Heliotrope #D77BF1

Tints of Heliotrope #D77BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.24%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 37.13%
G = 21.24%
B = 41.62%

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

#D77BF1 (or 0xD77BF1) is known color: Heliotrope. HEX triplet: D7, 7B and F1. RGB value is (215,123,241). Sum of RGB (Red+Green+Blue) = 215+123+241=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #D77BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BF1 is #28840E. Grayscale: #A3A3A3. Windows color (decimal): -2655247 or 15825879. OLE color: 15825879.

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

Color convert

RGB 215 123 241 -
CMYK 0.11 0.49 0 0.05
HSL 286.78º 0.81% 0.71% -
HSV(B) 286.78º 0.49% 0.95% -
XYZ 50.98 34.96 87.28 -
YUV 163.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 215 123 241 0.11 0.49 0 0.05 286.78 0.81 0.71
Hex D7 7B F1 B 31 0 5 11F 51 47
Octal 327 173 361 13 61 0 5 437 121 107
Binary 11010111 1111011 11110001 1011 110001 0 101 100011111 1010001 1000111

Color Harmonies of #D77BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BF1

Black with #D77BF1

Text Example


Text Example

White with #D77BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BF1; }

 p { color: rgb(215,123,241); }

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

background-color css

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

 a { background-color: rgb(215,123,241); }

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

border-color css

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

 span { border-color: rgb(215,123,241); }

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