Html Css Color HEX #D473ED Heliotrope

📋 copy color: '#D473ED'

red 212 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #D473ED

Tints of Heliotrope #D473ED

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.39%

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 37.59%
G = 20.39%
B = 42.02%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D473ED (or 0xD473ED) is known color: Heliotrope. HEX triplet: D4, 73 and ED. RGB value is (212,115,237). Sum of RGB (Red+Green+Blue) = 212+115+237=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #D473ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473ED is #2B8C12. Grayscale: #9D9D9D. Windows color (decimal): -2853907 or 15561684. OLE color: 15561684.

HSL color Cylindrical-coordinate representation of color #D473ED: hue angle of 287.7º degrees, saturation: 0.77, 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 #D473ED is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 115 237 -
CMYK 0.11 0.51 0 0.07
HSL 287.7º 0.77% 0.69% -
HSV(B) 287.7º 0.51% 0.93% -
XYZ 48.57 32.37 83.81 -
YUV 157.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 212 115 237 0.11 0.51 0 0.07 287.7 0.77 0.69
Hex D4 73 ED B 33 0 7 120 4D 45
Octal 324 163 355 13 63 0 7 440 115 105
Binary 11010100 1110011 11101101 1011 110011 0 111 100100000 1001101 1000101

Color Harmonies of #D473ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473ED

Black with #D473ED

Text Example


Text Example

White with #D473ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473ED; }

 p { color: rgb(212,115,237); }

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

background-color css

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

 a { background-color: rgb(212,115,237); }

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

border-color css

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

 span { border-color: rgb(212,115,237); }

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