Html Css Color HEX #D478FD Heliotrope

📋 copy color: '#D478FD'

red 212 ◦ green 120 ◦ blue 253

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

Shades of Heliotrope #D478FD

Tints of Heliotrope #D478FD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.51%

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

R = 36.24%
G = 20.51%
B = 43.25%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D478FD (or 0xD478FD) is known color: Heliotrope. HEX triplet: D4, 78 and FD. RGB value is (212,120,253). Sum of RGB (Red+Green+Blue) = 212+120+253=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #D478FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D478FD is #2B8702. Grayscale: #A2A2A2. Windows color (decimal): -2852611 or 16611540. OLE color: 16611540.

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

Color convert

RGB 212 120 253 -
CMYK 0.16 0.53 0 0.01
HSL 281.5º 0.97% 0.73% -
HSV(B) 281.5º 0.53% 0.99% -
XYZ 51.6 34.52 96.87 -
YUV 162.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 212 120 253 0.16 0.53 0 0.01 281.5 0.97 0.73
Hex D4 78 FD 10 35 0 1 11A 61 49
Octal 324 170 375 20 65 0 1 432 141 111
Binary 11010100 1111000 11111101 10000 110101 0 1 100011010 1100001 1001001

Color Harmonies of #D478FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D478FD

Black with #D478FD

Text Example


Text Example

White with #D478FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D478FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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