Html Css Color HEX #D76BFD Heliotrope

📋 copy color: '#D76BFD'

red 215 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #D76BFD

Tints of Heliotrope #D76BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44%

R = 37.39%
G = 18.61%
B = 44%

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

#D76BFD (or 0xD76BFD) is known color: Heliotrope. HEX triplet: D7, 6B and FD. RGB value is (215,107,253). Sum of RGB (Red+Green+Blue) = 215+107+253=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #D76BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76BFD is #289402. Grayscale: #9B9B9B. Windows color (decimal): -2659331 or 16608215. OLE color: 16608215.

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

Color convert

RGB 215 107 253 -
CMYK 0.15 0.58 0 0.01
HSL 284.38º 0.97% 0.71% -
HSV(B) 284.38º 0.58% 0.99% -
XYZ 51.01 32.05 96.43 -
YUV 155.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 215 107 253 0.15 0.58 0 0.01 284.38 0.97 0.71
Hex D7 6B FD F 3A 0 1 11C 61 47
Octal 327 153 375 17 72 0 1 434 141 107
Binary 11010111 1101011 11111101 1111 111010 0 1 100011100 1100001 1000111

Color Harmonies of #D76BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BFD

Black with #D76BFD

Text Example


Text Example

White with #D76BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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