Html Css Color HEX #D77BFE Heliotrope

📋 copy color: '#D77BFE'

red 215 ◦ green 123 ◦ blue 254

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

Shades of Heliotrope #D77BFE

Tints of Heliotrope #D77BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 36.32%
G = 20.78%
B = 42.91%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D77BFE (or 0xD77BFE) is known color: Heliotrope. HEX triplet: D7, 7B and FE. RGB value is (215,123,254). Sum of RGB (Red+Green+Blue) = 215+123+254=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #D77BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BFE is #288401. Grayscale: #A5A5A5. Windows color (decimal): -2655234 or 16677847. OLE color: 16677847.

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

Color convert

RGB 215 123 254 -
CMYK 0.15 0.52 0 0.00
HSL 282.14º 0.98% 0.74% -
HSV(B) 282.14º 0.52% 1% -
XYZ 53 35.77 97.88 -
YUV 165.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 215 123 254 0.15 0.52 0 0.00 282.14 0.98 0.74
Hex D7 7B FE F 34 0 0 11A 62 4A
Octal 327 173 376 17 64 0 0 432 142 112
Binary 11010111 1111011 11111110 1111 110100 0 0 100011010 1100010 1001010

Color Harmonies of #D77BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BFE

Black with #D77BFE

Text Example


Text Example

White with #D77BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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