Html Css Color HEX #D473DA Orchid

📋 copy color: '#D473DA'

red 212 ◦ green 115 ◦ blue 218

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

Shades of Orchid #D473DA

Tints of Orchid #D473DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40%

R = 38.9%
G = 21.1%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D473DA (or 0xD473DA) is known color: Orchid. HEX triplet: D4, 73 and DA. RGB value is (212,115,218). Sum of RGB (Red+Green+Blue) = 212+115+218=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D473DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D473DA is #2B8C25. Grayscale: #9B9B9B. Windows color (decimal): -2853926 or 14316500. OLE color: 14316500.

HSL color Cylindrical-coordinate representation of color #D473DA: hue angle of 296.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D473DA is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 115 218 -
CMYK 0.03 0.47 0 0.15
HSL 296.5º 0.58% 0.65% -
HSV(B) 296.5º 0.47% 0.85% -
XYZ 45.94 31.32 69.95 -
YUV 155.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 212 115 218 0.03 0.47 0 0.15 296.5 0.58 0.65
Hex D4 73 DA 3 2F 0 F 129 3A 41
Octal 324 163 332 3 57 0 17 451 72 101
Binary 11010100 1110011 11011010 11 101111 0 1111 100101001 111010 1000001

Color Harmonies of #D473DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473DA

Black with #D473DA

Text Example


Text Example

White with #D473DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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