Html Css Color HEX #D475FE Heliotrope

📋 copy color: '#D475FE'

red 212 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #D475FE

Tints of Heliotrope #D475FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 36.36%
G = 20.07%
B = 43.57%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D475FE (or 0xD475FE) is known color: Heliotrope. HEX triplet: D4, 75 and FE. RGB value is (212,117,254). Sum of RGB (Red+Green+Blue) = 212+117+254=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #D475FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475FE is #2B8A01. Grayscale: #A0A0A0. Windows color (decimal): -2853378 or 16676308. OLE color: 16676308.

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

Color convert

RGB 212 117 254 -
CMYK 0.17 0.54 0 0.00
HSL 281.61º 0.99% 0.73% -
HSV(B) 281.61º 0.54% 1% -
XYZ 51.4 33.88 97.6 -
YUV 161.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 212 117 254 0.17 0.54 0 0.00 281.61 0.99 0.73
Hex D4 75 FE 11 36 0 0 11A 63 49
Octal 324 165 376 21 66 0 0 432 143 111
Binary 11010100 1110101 11111110 10001 110110 0 0 100011010 1100011 1001001

Color Harmonies of #D475FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475FE

Black with #D475FE

Text Example


Text Example

White with #D475FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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