Html Css Color HEX #D47FC7 Orchid

📋 copy color: '#D47FC7'

red 212 ◦ green 127 ◦ blue 199

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

Shades of Orchid #D47FC7

Tints of Orchid #D47FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 39.41%
G = 23.61%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D47FC7 (or 0xD47FC7) is known color: Orchid. HEX triplet: D4, 7F and C7. RGB value is (212,127,199). Sum of RGB (Red+Green+Blue) = 212+127+199=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FC7 is #2B8038. Grayscale: #A0A0A0. Windows color (decimal): -2850873 or 13074388. OLE color: 13074388.

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

Color convert

RGB 212 127 199 -
CMYK 0 0.40 0.06 0.17
HSL 309.18º 0.5% 0.66% -
HSV(B) 309.18º 0.4% 0.83% -
XYZ 45.05 33.3 58.09 -
YUV 160.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 212 127 199 0 0.40 0.06 0.17 309.18 0.5 0.66
Hex D4 7F C7 0 28 6 11 135 32 42
Octal 324 177 307 0 50 6 21 465 62 102
Binary 11010100 1111111 11000111 0 101000 110 10001 100110101 110010 1000010

Color Harmonies of #D47FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FC7

Black with #D47FC7

Text Example


Text Example

White with #D47FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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