Html Css Color HEX #D473DC Orchid

📋 copy color: '#D473DC'

red 212 ◦ green 115 ◦ blue 220

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

Shades of Orchid #D473DC

Tints of Orchid #D473DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 38.76%
G = 21.02%
B = 40.22%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D473DC (or 0xD473DC) is known color: Orchid. HEX triplet: D4, 73 and DC. RGB value is (212,115,220). Sum of RGB (Red+Green+Blue) = 212+115+220=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #D473DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473DC is #2B8C23. Grayscale: #9B9B9B. Windows color (decimal): -2853924 or 14447572. OLE color: 14447572.

HSL color Cylindrical-coordinate representation of color #D473DC: hue angle of 295.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D473DC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 115 220 -
CMYK 0.04 0.48 0 0.14
HSL 295.43º 0.6% 0.66% -
HSV(B) 295.43º 0.48% 0.86% -
XYZ 46.2 31.43 71.34 -
YUV 155.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 212 115 220 0.04 0.48 0 0.14 295.43 0.6 0.66
Hex D4 73 DC 4 30 0 E 127 3C 42
Octal 324 163 334 4 60 0 16 447 74 102
Binary 11010100 1110011 11011100 100 110000 0 1110 100100111 111100 1000010

Color Harmonies of #D473DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473DC

Black with #D473DC

Text Example


Text Example

White with #D473DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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