Html Css Color HEX #D475FD Heliotrope

📋 copy color: '#D475FD'

red 212 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #D475FD

Tints of Heliotrope #D475FD

RGB

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

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

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

R = 36.43%
G = 20.1%
B = 43.47%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D475FD (or 0xD475FD) is known color: Heliotrope. HEX triplet: D4, 75 and FD. RGB value is (212,117,253). Sum of RGB (Red+Green+Blue) = 212+117+253=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #D475FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475FD is #2B8A02. Grayscale: #A0A0A0. Windows color (decimal): -2853379 or 16610772. OLE color: 16610772.

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

Color convert

RGB 212 117 253 -
CMYK 0.16 0.54 0 0.01
HSL 281.91º 0.97% 0.73% -
HSV(B) 281.91º 0.54% 0.99% -
XYZ 51.24 33.81 96.75 -
YUV 160.91 179.97 164.44 -
System Red Green Blue C M Y K H S L
Decimal 212 117 253 0.16 0.54 0 0.01 281.91 0.97 0.73
Hex D4 75 FD 10 36 0 1 11A 61 49
Octal 324 165 375 20 66 0 1 432 141 111
Binary 11010100 1110101 11111101 10000 110110 0 1 100011010 1100001 1001001

Color Harmonies of #D475FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475FD

Black with #D475FD

Text Example


Text Example

White with #D475FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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