Html Css Color HEX #D47FDF Orchid

📋 copy color: '#D47FDF'

red 212 ◦ green 127 ◦ blue 223

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

Shades of Orchid #D47FDF

Tints of Orchid #D47FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 37.72%
G = 22.6%
B = 39.68%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D47FDF (or 0xD47FDF) is known color: Orchid. HEX triplet: D4, 7F and DF. RGB value is (212,127,223). Sum of RGB (Red+Green+Blue) = 212+127+223=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D47FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FDF is #2B8020. Grayscale: #A3A3A3. Windows color (decimal): -2850849 or 14647252. OLE color: 14647252.

HSL color Cylindrical-coordinate representation of color #D47FDF: hue angle of 293.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47FDF is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 127 223 -
CMYK 0.05 0.43 0 0.13
HSL 293.13º 0.6% 0.69% -
HSV(B) 293.13º 0.43% 0.87% -
XYZ 48.06 34.5 73.94 -
YUV 163.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 212 127 223 0.05 0.43 0 0.13 293.13 0.6 0.69
Hex D4 7F DF 5 2B 0 D 125 3C 45
Octal 324 177 337 5 53 0 15 445 74 105
Binary 11010100 1111111 11011111 101 101011 0 1101 100100101 111100 1000101

Color Harmonies of #D47FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FDF

Black with #D47FDF

Text Example


Text Example

White with #D47FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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