Html Css Color HEX #D77BFF Heliotrope

📋 copy color: '#D77BFF'

red 215 ◦ green 123 ◦ blue 255

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

Shades of Heliotrope #D77BFF

Tints of Heliotrope #D77BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43%

R = 36.26%
G = 20.74%
B = 43%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D77BFF (or 0xD77BFF) is known color: Heliotrope. HEX triplet: D7, 7B and FF. RGB value is (215,123,255). Sum of RGB (Red+Green+Blue) = 215+123+255=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #D77BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BFF is #288400. Grayscale: #A5A5A5. Windows color (decimal): -2655233 or 16743383. OLE color: 16743383.

HSL color Cylindrical-coordinate representation of color #D77BFF: hue angle of 281.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D77BFF is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 123 255 -
CMYK 0.16 0.52 0 0
HSL 281.82º 1% 0.74% -
HSV(B) 281.82º 0.52% 1% -
XYZ 53.16 35.83 98.72 -
YUV 165.56 178.48 163.27 -
System Red Green Blue C M Y K H S L
Decimal 215 123 255 0.16 0.52 0 0 281.82 1 0.74
Hex D7 7B FF 10 34 0 0 11A 64 4A
Octal 327 173 377 20 64 0 0 432 144 112
Binary 11010111 1111011 11111111 10000 110100 0 0 100011010 1100100 1001010

Color Harmonies of #D77BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BFF

Black with #D77BFF

Text Example


Text Example

White with #D77BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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