Html Css Color HEX #D475F6 Heliotrope

📋 copy color: '#D475F6'

red 212 ◦ green 117 ◦ blue 246

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

Shades of Heliotrope #D475F6

Tints of Heliotrope #D475F6

RGB

 RED value IS 212 (83.2% from 255) = 36.87%

 GREEN value IS 117 (46.09% from 255) = 20.35%

 BLUE value IS 246 (96.48% from 255) = 42.78%

R = 36.87%
G = 20.35%
B = 42.78%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D475F6 (or 0xD475F6) is known color: Heliotrope. HEX triplet: D4, 75 and F6. RGB value is (212,117,246). Sum of RGB (Red+Green+Blue) = 212+117+246=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #D475F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475F6 is #2B8A09. Grayscale: #9F9F9F. Windows color (decimal): -2853386 or 16152020. OLE color: 16152020.

HSL color Cylindrical-coordinate representation of color #D475F6: hue angle of 284.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D475F6 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 117 246 -
CMYK 0.14 0.52 0 0.04
HSL 284.19º 0.88% 0.71% -
HSV(B) 284.19º 0.52% 0.96% -
XYZ 50.15 33.37 90.99 -
YUV 160.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 212 117 246 0.14 0.52 0 0.04 284.19 0.88 0.71
Hex D4 75 F6 E 34 0 4 11C 58 47
Octal 324 165 366 16 64 0 4 434 130 107
Binary 11010100 1110101 11110110 1110 110100 0 100 100011100 1011000 1000111

Color Harmonies of #D475F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475F6

Black with #D475F6

Text Example


Text Example

White with #D475F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475F6; }

 p { color: rgb(212,117,246); }

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

background-color css

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

 a { background-color: rgb(212,117,246); }

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

border-color css

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

 span { border-color: rgb(212,117,246); }

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