Html Css Color HEX #D472D3 Orchid

📋 copy color: '#D472D3'

red 212 ◦ green 114 ◦ blue 211

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

Shades of Orchid #D472D3

Tints of Orchid #D472D3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.23%

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 39.48%
G = 21.23%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D472D3 (or 0xD472D3) is known color: Orchid. HEX triplet: D4, 72 and D3. RGB value is (212,114,211). Sum of RGB (Red+Green+Blue) = 212+114+211=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D472D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472D3 is #2B8D2C. Grayscale: #9A9A9A. Windows color (decimal): -2854189 or 13857492. OLE color: 13857492.

HSL color Cylindrical-coordinate representation of color #D472D3: hue angle of 300.61º 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 #D472D3 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 114 211 -
CMYK 0 0.46 0.00 0.17
HSL 300.61º 0.53% 0.64% -
HSV(B) 300.61º 0.46% 0.83% -
XYZ 44.93 30.73 65.19 -
YUV 154.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 212 114 211 0 0.46 0.00 0.17 300.61 0.53 0.64
Hex D4 72 D3 0 2E 0 11 12D 35 40
Octal 324 162 323 0 56 0 21 455 65 100
Binary 11010100 1110010 11010011 0 101110 0 10001 100101101 110101 1000000

Color Harmonies of #D472D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472D3

Black with #D472D3

Text Example


Text Example

White with #D472D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472D3; }

 p { color: rgb(212,114,211); }

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

background-color css

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

 a { background-color: rgb(212,114,211); }

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

border-color css

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

 span { border-color: rgb(212,114,211); }

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