Html Css Color HEX #D475FF Heliotrope

📋 copy color: '#D475FF'

red 212 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #D475FF

Tints of Heliotrope #D475FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.66%

R = 36.3%
G = 20.03%
B = 43.66%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D475FF (or 0xD475FF) is known color: Heliotrope. HEX triplet: D4, 75 and FF. RGB value is (212,117,255). Sum of RGB (Red+Green+Blue) = 212+117+255=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #D475FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475FF is #2B8A00. Grayscale: #A0A0A0. Windows color (decimal): -2853377 or 16741844. OLE color: 16741844.

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

Color convert

RGB 212 117 255 -
CMYK 0.17 0.54 0 0
HSL 281.3º 1% 0.73% -
HSV(B) 281.3º 0.54% 1% -
XYZ 51.56 33.94 98.44 -
YUV 161.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 212 117 255 0.17 0.54 0 0 281.3 1 0.73
Hex D4 75 FF 11 36 0 0 119 64 49
Octal 324 165 377 21 66 0 0 431 144 111
Binary 11010100 1110101 11111111 10001 110110 0 0 100011001 1100100 1001001

Color Harmonies of #D475FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475FF

Black with #D475FF

Text Example


Text Example

White with #D475FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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