Html Css Color HEX #D47FC8 Orchid

📋 copy color: '#D47FC8'

red 212 ◦ green 127 ◦ blue 200

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

Shades of Orchid #D47FC8

Tints of Orchid #D47FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.11%

R = 39.33%
G = 23.56%
B = 37.11%

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

#D47FC8 (or 0xD47FC8) is known color: Orchid. HEX triplet: D4, 7F and C8. RGB value is (212,127,200). Sum of RGB (Red+Green+Blue) = 212+127+200=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FC8 is #2B8037. Grayscale: #A0A0A0. Windows color (decimal): -2850872 or 13139924. OLE color: 13139924.

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

Color convert

RGB 212 127 200 -
CMYK 0 0.40 0.06 0.17
HSL 308.47º 0.5% 0.66% -
HSV(B) 308.47º 0.4% 0.83% -
XYZ 45.17 33.35 58.7 -
YUV 160.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 212 127 200 0 0.40 0.06 0.17 308.47 0.5 0.66
Hex D4 7F C8 0 28 6 11 134 32 42
Octal 324 177 310 0 50 6 21 464 62 102
Binary 11010100 1111111 11001000 0 101000 110 10001 100110100 110010 1000010

Color Harmonies of #D47FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FC8

Black with #D47FC8

Text Example


Text Example

White with #D47FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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