Html Css Color HEX #D76CFA Heliotrope

📋 copy color: '#D76CFA'

red 215 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #D76CFA

Tints of Heliotrope #D76CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.85%

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 37.52%
G = 18.85%
B = 43.63%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D76CFA (or 0xD76CFA) is known color: Heliotrope. HEX triplet: D7, 6C and FA. RGB value is (215,108,250). Sum of RGB (Red+Green+Blue) = 215+108+250=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #D76CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76CFA is #289305. Grayscale: #9B9B9B. Windows color (decimal): -2659078 or 16411863. OLE color: 16411863.

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

Color convert

RGB 215 108 250 -
CMYK 0.14 0.57 0 0.02
HSL 285.21º 0.93% 0.7% -
HSV(B) 285.21º 0.57% 0.98% -
XYZ 50.64 32.07 93.96 -
YUV 156.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 215 108 250 0.14 0.57 0 0.02 285.21 0.93 0.7
Hex D7 6C FA E 39 0 2 11D 5D 46
Octal 327 154 372 16 71 0 2 435 135 106
Binary 11010111 1101100 11111010 1110 111001 0 10 100011101 1011101 1000110

Color Harmonies of #D76CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CFA

Black with #D76CFA

Text Example


Text Example

White with #D76CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CFA; }

 p { color: rgb(215,108,250); }

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

background-color css

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

 a { background-color: rgb(215,108,250); }

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

border-color css

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

 span { border-color: rgb(215,108,250); }

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