Html Css Color HEX #D76BFC Heliotrope

📋 copy color: '#D76BFC'

red 215 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #D76BFC

Tints of Heliotrope #D76BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.64%

 BLUE value IS 252 (98.83% from 255) = 43.9%

R = 37.46%
G = 18.64%
B = 43.9%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D76BFC (or 0xD76BFC) is known color: Heliotrope. HEX triplet: D7, 6B and FC. RGB value is (215,107,252). Sum of RGB (Red+Green+Blue) = 215+107+252=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #D76BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76BFC is #289403. Grayscale: #9B9B9B. Windows color (decimal): -2659332 or 16542679. OLE color: 16542679.

HSL color Cylindrical-coordinate representation of color #D76BFC: hue angle of 284.69º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D76BFC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 107 252 -
CMYK 0.15 0.58 0 0.01
HSL 284.69º 0.96% 0.7% -
HSV(B) 284.69º 0.58% 0.99% -
XYZ 50.85 31.99 95.59 -
YUV 155.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 215 107 252 0.15 0.58 0 0.01 284.69 0.96 0.7
Hex D7 6B FC F 3A 0 1 11D 60 46
Octal 327 153 374 17 72 0 1 435 140 106
Binary 11010111 1101011 11111100 1111 111010 0 1 100011101 1100000 1000110

Color Harmonies of #D76BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BFC

Black with #D76BFC

Text Example


Text Example

White with #D76BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BFC; }

 p { color: rgb(215,107,252); }

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

background-color css

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

 a { background-color: rgb(215,107,252); }

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

border-color css

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

 span { border-color: rgb(215,107,252); }

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