Html Css Color HEX #D475FC Heliotrope

📋 copy color: '#D475FC'

red 212 ◦ green 117 ◦ blue 252

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

Shades of Heliotrope #D475FC

Tints of Heliotrope #D475FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 36.49%
G = 20.14%
B = 43.37%

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

#D475FC (or 0xD475FC) is known color: Heliotrope. HEX triplet: D4, 75 and FC. RGB value is (212,117,252). Sum of RGB (Red+Green+Blue) = 212+117+252=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #D475FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475FC is #2B8A03. Grayscale: #A0A0A0. Windows color (decimal): -2853380 or 16545236. OLE color: 16545236.

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

Color convert

RGB 212 117 252 -
CMYK 0.16 0.54 0 0.01
HSL 282.22º 0.96% 0.72% -
HSV(B) 282.22º 0.54% 0.99% -
XYZ 51.08 33.75 95.92 -
YUV 160.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 212 117 252 0.16 0.54 0 0.01 282.22 0.96 0.72
Hex D4 75 FC 10 36 0 1 11A 60 48
Octal 324 165 374 20 66 0 1 432 140 110
Binary 11010100 1110101 11111100 10000 110110 0 1 100011010 1100000 1001000

Color Harmonies of #D475FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475FC

Black with #D475FC

Text Example


Text Example

White with #D475FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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