Html Css Color HEX #D473E1 Orchid

📋 copy color: '#D473E1'

red 212 ◦ green 115 ◦ blue 225

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

Shades of Orchid #D473E1

Tints of Orchid #D473E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 38.41%
G = 20.83%
B = 40.76%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D473E1 (or 0xD473E1) is known color: Orchid. HEX triplet: D4, 73 and E1. RGB value is (212,115,225). Sum of RGB (Red+Green+Blue) = 212+115+225=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #D473E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473E1 is #2B8C1E. Grayscale: #9C9C9C. Windows color (decimal): -2853919 or 14775252. OLE color: 14775252.

HSL color Cylindrical-coordinate representation of color #D473E1: hue angle of 292.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D473E1 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 115 225 -
CMYK 0.06 0.49 0 0.12
HSL 292.91º 0.65% 0.67% -
HSV(B) 292.91º 0.49% 0.88% -
XYZ 46.87 31.69 74.88 -
YUV 156.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 212 115 225 0.06 0.49 0 0.12 292.91 0.65 0.67
Hex D4 73 E1 6 31 0 C 125 41 43
Octal 324 163 341 6 61 0 14 445 101 103
Binary 11010100 1110011 11100001 110 110001 0 1100 100100101 1000001 1000011

Color Harmonies of #D473E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473E1

Black with #D473E1

Text Example


Text Example

White with #D473E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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