Html Css Color HEX #D47FDE Orchid

📋 copy color: '#D47FDE'

red 212 ◦ green 127 ◦ blue 222

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

Shades of Orchid #D47FDE

Tints of Orchid #D47FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 37.79%
G = 22.64%
B = 39.57%

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

#D47FDE (or 0xD47FDE) is known color: Orchid. HEX triplet: D4, 7F and DE. RGB value is (212,127,222). Sum of RGB (Red+Green+Blue) = 212+127+222=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #D47FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FDE is #2B8021. Grayscale: #A2A2A2. Windows color (decimal): -2850850 or 14581716. OLE color: 14581716.

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

Color convert

RGB 212 127 222 -
CMYK 0.05 0.43 0 0.13
HSL 293.68º 0.59% 0.68% -
HSV(B) 293.68º 0.43% 0.87% -
XYZ 47.93 34.45 73.23 -
YUV 163.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 212 127 222 0.05 0.43 0 0.13 293.68 0.59 0.68
Hex D4 7F DE 5 2B 0 D 126 3B 44
Octal 324 177 336 5 53 0 15 446 73 104
Binary 11010100 1111111 11011110 101 101011 0 1101 100100110 111011 1000100

Color Harmonies of #D47FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47FDE

Black with #D47FDE

Text Example


Text Example

White with #D47FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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