Html Css Color HEX #D77CFB Heliotrope

📋 copy color: '#D77CFB'

red 215 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #D77CFB

Tints of Heliotrope #D77CFB

RGB

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

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

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

R = 36.44%
G = 21.02%
B = 42.54%

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

#D77CFB (or 0xD77CFB) is known color: Heliotrope. HEX triplet: D7, 7C and FB. RGB value is (215,124,251). Sum of RGB (Red+Green+Blue) = 215+124+251=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #D77CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CFB is #288304. Grayscale: #A5A5A5. Windows color (decimal): -2654981 or 16481495. OLE color: 16481495.

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

Color convert

RGB 215 124 251 -
CMYK 0.14 0.51 0 0.02
HSL 282.99º 0.94% 0.74% -
HSV(B) 282.99º 0.51% 0.98% -
XYZ 52.64 35.83 95.41 -
YUV 165.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 215 124 251 0.14 0.51 0 0.02 282.99 0.94 0.74
Hex D7 7C FB E 33 0 2 11B 5E 4A
Octal 327 174 373 16 63 0 2 433 136 112
Binary 11010111 1111100 11111011 1110 110011 0 10 100011011 1011110 1001010

Color Harmonies of #D77CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77CFB

Black with #D77CFB

Text Example


Text Example

White with #D77CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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