Html Css Color HEX #D480EC Heliotrope

📋 copy color: '#D480EC'

red 212 ◦ green 128 ◦ blue 236

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

Shades of Heliotrope #D480EC

Tints of Heliotrope #D480EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.22%

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 36.81%
G = 22.22%
B = 40.97%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D480EC (or 0xD480EC) is known color: Heliotrope. HEX triplet: D4, 80 and EC. RGB value is (212,128,236). Sum of RGB (Red+Green+Blue) = 212+128+236=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #D480EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D480EC is #2B7F13. Grayscale: #A5A5A5. Windows color (decimal): -2850580 or 15499476. OLE color: 15499476.

HSL color Cylindrical-coordinate representation of color #D480EC: hue angle of 286.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D480EC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 128 236 -
CMYK 0.10 0.46 0 0.07
HSL 286.67º 0.74% 0.71% -
HSV(B) 286.67º 0.46% 0.93% -
XYZ 50.01 35.49 83.57 -
YUV 165.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 212 128 236 0.10 0.46 0 0.07 286.67 0.74 0.71
Hex D4 80 EC A 2E 0 7 11F 4A 47
Octal 324 200 354 12 56 0 7 437 112 107
Binary 11010100 10000000 11101100 1010 101110 0 111 100011111 1001010 1000111

Color Harmonies of #D480EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480EC

Black with #D480EC

Text Example


Text Example

White with #D480EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480EC; }

 p { color: rgb(212,128,236); }

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

background-color css

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

 a { background-color: rgb(212,128,236); }

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

border-color css

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

 span { border-color: rgb(212,128,236); }

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