Html Css Color HEX #D474EC Heliotrope

📋 copy color: '#D474EC'

red 212 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #D474EC

Tints of Heliotrope #D474EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.57%

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

R = 37.59%
G = 20.57%
B = 41.84%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D474EC (or 0xD474EC) is known color: Heliotrope. HEX triplet: D4, 74 and EC. RGB value is (212,116,236). Sum of RGB (Red+Green+Blue) = 212+116+236=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #D474EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D474EC is #2B8B13. Grayscale: #9E9E9E. Windows color (decimal): -2853652 or 15496404. OLE color: 15496404.

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

Color convert

RGB 212 116 236 -
CMYK 0.10 0.51 0 0.07
HSL 288º 0.76% 0.69% -
HSV(B) 288º 0.51% 0.93% -
XYZ 48.54 32.54 83.08 -
YUV 158.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 212 116 236 0.10 0.51 0 0.07 288 0.76 0.69
Hex D4 74 EC A 33 0 7 120 4C 45
Octal 324 164 354 12 63 0 7 440 114 105
Binary 11010100 1110100 11101100 1010 110011 0 111 100100000 1001100 1000101

Color Harmonies of #D474EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D474EC

Black with #D474EC

Text Example


Text Example

White with #D474EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D474EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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