Html Css Color HEX #D47FC5 Orchid

📋 copy color: '#D47FC5'

red 212 ◦ green 127 ◦ blue 197

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

Shades of Orchid #D47FC5

Tints of Orchid #D47FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 39.55%
G = 23.69%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D47FC5 (or 0xD47FC5) is known color: Orchid. HEX triplet: D4, 7F and C5. RGB value is (212,127,197). Sum of RGB (Red+Green+Blue) = 212+127+197=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FC5 is #2B803A. Grayscale: #A0A0A0. Windows color (decimal): -2850875 or 12943316. OLE color: 12943316.

HSL color Cylindrical-coordinate representation of color #D47FC5: hue angle of 310.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47FC5 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 127 197 -
CMYK 0 0.40 0.07 0.17
HSL 310.59º 0.5% 0.66% -
HSV(B) 310.59º 0.4% 0.83% -
XYZ 44.82 33.21 56.87 -
YUV 160.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 212 127 197 0 0.40 0.07 0.17 310.59 0.5 0.66
Hex D4 7F C5 0 28 7 11 137 32 42
Octal 324 177 305 0 50 7 21 467 62 102
Binary 11010100 1111111 11000101 0 101000 111 10001 100110111 110010 1000010

Color Harmonies of #D47FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FC5

Black with #D47FC5

Text Example


Text Example

White with #D47FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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