Html Css Color HEX #D482EC Heliotrope

📋 copy color: '#D482EC'

red 212 ◦ green 130 ◦ blue 236

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

Shades of Heliotrope #D482EC

Tints of Heliotrope #D482EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.49%

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

R = 36.68%
G = 22.49%
B = 40.83%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D482EC (or 0xD482EC) is known color: Heliotrope. HEX triplet: D4, 82 and EC. RGB value is (212,130,236). Sum of RGB (Red+Green+Blue) = 212+130+236=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #D482EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482EC is #2B7D13. Grayscale: #A6A6A6. Windows color (decimal): -2850068 or 15499988. OLE color: 15499988.

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

Color convert

RGB 212 130 236 -
CMYK 0.10 0.45 0 0.07
HSL 286.42º 0.74% 0.72% -
HSV(B) 286.42º 0.45% 0.93% -
XYZ 50.27 36.02 83.66 -
YUV 166.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 212 130 236 0.10 0.45 0 0.07 286.42 0.74 0.72
Hex D4 82 EC A 2D 0 7 11E 4A 48
Octal 324 202 354 12 55 0 7 436 112 110
Binary 11010100 10000010 11101100 1010 101101 0 111 100011110 1001010 1001000

Color Harmonies of #D482EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482EC

Black with #D482EC

Text Example


Text Example

White with #D482EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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