Html Css Color HEX #D47FDC Orchid

📋 copy color: '#D47FDC'

red 212 ◦ green 127 ◦ blue 220

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

Shades of Orchid #D47FDC

Tints of Orchid #D47FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.72%

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 37.92%
G = 22.72%
B = 39.36%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D47FDC (or 0xD47FDC) is known color: Orchid. HEX triplet: D4, 7F and DC. RGB value is (212,127,220). Sum of RGB (Red+Green+Blue) = 212+127+220=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D47FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FDC is #2B8023. Grayscale: #A2A2A2. Windows color (decimal): -2850852 or 14450644. OLE color: 14450644.

HSL color Cylindrical-coordinate representation of color #D47FDC: hue angle of 294.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47FDC is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 127 220 -
CMYK 0.04 0.42 0 0.14
HSL 294.84º 0.57% 0.68% -
HSV(B) 294.84º 0.42% 0.86% -
XYZ 47.66 34.34 71.83 -
YUV 163.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 212 127 220 0.04 0.42 0 0.14 294.84 0.57 0.68
Hex D4 7F DC 4 2A 0 E 127 39 44
Octal 324 177 334 4 52 0 16 447 71 104
Binary 11010100 1111111 11011100 100 101010 0 1110 100100111 111001 1000100

Color Harmonies of #D47FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FDC

Black with #D47FDC

Text Example


Text Example

White with #D47FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FDC; }

 p { color: rgb(212,127,220); }

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

background-color css

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

 a { background-color: rgb(212,127,220); }

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

border-color css

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

 span { border-color: rgb(212,127,220); }

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