Html Css Color HEX #D77BFB Heliotrope

📋 copy color: '#D77BFB'

red 215 ◦ green 123 ◦ blue 251

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

Shades of Heliotrope #D77BFB

Tints of Heliotrope #D77BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 36.5%
G = 20.88%
B = 42.61%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D77BFB (or 0xD77BFB) is known color: Heliotrope. HEX triplet: D7, 7B and FB. RGB value is (215,123,251). Sum of RGB (Red+Green+Blue) = 215+123+251=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #D77BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BFB is #288404. Grayscale: #A4A4A4. Windows color (decimal): -2655237 or 16481239. OLE color: 16481239.

HSL color Cylindrical-coordinate representation of color #D77BFB: hue angle of 283.12º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77BFB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 123 251 -
CMYK 0.14 0.51 0 0.02
HSL 283.13º 0.94% 0.73% -
HSV(B) 283.13º 0.51% 0.98% -
XYZ 52.52 35.58 95.37 -
YUV 165.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 215 123 251 0.14 0.51 0 0.02 283.13 0.94 0.73
Hex D7 7B FB E 33 0 2 11B 5E 49
Octal 327 173 373 16 63 0 2 433 136 111
Binary 11010111 1111011 11111011 1110 110011 0 10 100011011 1011110 1001001

Color Harmonies of #D77BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BFB

Black with #D77BFB

Text Example


Text Example

White with #D77BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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