Html Css Color HEX #D473DE Orchid

📋 copy color: '#D473DE'

red 212 ◦ green 115 ◦ blue 222

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

Shades of Orchid #D473DE

Tints of Orchid #D473DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.44%

R = 38.62%
G = 20.95%
B = 40.44%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D473DE (or 0xD473DE) is known color: Orchid. HEX triplet: D4, 73 and DE. RGB value is (212,115,222). Sum of RGB (Red+Green+Blue) = 212+115+222=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #D473DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473DE is #2B8C21. Grayscale: #9B9B9B. Windows color (decimal): -2853922 or 14578644. OLE color: 14578644.

HSL color Cylindrical-coordinate representation of color #D473DE: hue angle of 294.39º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D473DE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 115 222 -
CMYK 0.05 0.48 0 0.13
HSL 294.39º 0.62% 0.66% -
HSV(B) 294.39º 0.48% 0.87% -
XYZ 46.47 31.53 72.74 -
YUV 156.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 212 115 222 0.05 0.48 0 0.13 294.39 0.62 0.66
Hex D4 73 DE 5 30 0 D 126 3E 42
Octal 324 163 336 5 60 0 15 446 76 102
Binary 11010100 1110011 11011110 101 110000 0 1101 100100110 111110 1000010

Color Harmonies of #D473DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473DE

Black with #D473DE

Text Example


Text Example

White with #D473DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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