Html Css Color HEX #D473C8 Orchid

📋 copy color: '#D473C8'

red 212 ◦ green 115 ◦ blue 200

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

Shades of Orchid #D473C8

Tints of Orchid #D473C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.95%

R = 40.23%
G = 21.82%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D473C8 (or 0xD473C8) is known color: Orchid. HEX triplet: D4, 73 and C8. RGB value is (212,115,200). Sum of RGB (Red+Green+Blue) = 212+115+200=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D473C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473C8 is #2B8C37. Grayscale: #999999. Windows color (decimal): -2853944 or 13136852. OLE color: 13136852.

HSL color Cylindrical-coordinate representation of color #D473C8: hue angle of 307.42º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D473C8 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 115 200 -
CMYK 0 0.46 0.06 0.17
HSL 307.42º 0.53% 0.64% -
HSV(B) 307.42º 0.46% 0.83% -
XYZ 43.71 30.43 58.21 -
YUV 153.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 212 115 200 0 0.46 0.06 0.17 307.42 0.53 0.64
Hex D4 73 C8 0 2E 6 11 133 35 40
Octal 324 163 310 0 56 6 21 463 65 100
Binary 11010100 1110011 11001000 0 101110 110 10001 100110011 110101 1000000

Color Harmonies of #D473C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473C8

Black with #D473C8

Text Example


Text Example

White with #D473C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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