Html Css Color HEX #D77BF6 Heliotrope

📋 copy color: '#D77BF6'

red 215 ◦ green 123 ◦ blue 246

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

Shades of Heliotrope #D77BF6

Tints of Heliotrope #D77BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.12%

R = 36.82%
G = 21.06%
B = 42.12%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D77BF6 (or 0xD77BF6) is known color: Heliotrope. HEX triplet: D7, 7B and F6. RGB value is (215,123,246). Sum of RGB (Red+Green+Blue) = 215+123+246=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 123 (48.44% from 255 or 21.06% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #D77BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BF6 is #288409. Grayscale: #A4A4A4. Windows color (decimal): -2655242 or 16153559. OLE color: 16153559.

HSL color Cylindrical-coordinate representation of color #D77BF6: hue angle of 284.88º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77BF6 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 123 246 -
CMYK 0.13 0.50 0 0.04
HSL 284.88º 0.87% 0.72% -
HSV(B) 284.88º 0.5% 0.96% -
XYZ 51.74 35.27 91.27 -
YUV 164.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 215 123 246 0.13 0.50 0 0.04 284.88 0.87 0.72
Hex D7 7B F6 D 32 0 4 11D 57 48
Octal 327 173 366 15 62 0 4 435 127 110
Binary 11010111 1111011 11110110 1101 110010 0 100 100011101 1010111 1001000

Color Harmonies of #D77BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BF6

Black with #D77BF6

Text Example


Text Example

White with #D77BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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