Html Css Color HEX #D47CD0 Orchid

📋 copy color: '#D47CD0'

red 212 ◦ green 124 ◦ blue 208

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

Shades of Orchid #D47CD0

Tints of Orchid #D47CD0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 38.97%
G = 22.79%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D47CD0 (or 0xD47CD0) is known color: Orchid. HEX triplet: D4, 7C and D0. RGB value is (212,124,208). Sum of RGB (Red+Green+Blue) = 212+124+208=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CD0 is #2B832F. Grayscale: #9F9F9F. Windows color (decimal): -2851632 or 13663444. OLE color: 13663444.

HSL color Cylindrical-coordinate representation of color #D47CD0: hue angle of 302.73º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47CD0 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 124 208 -
CMYK 0 0.42 0.02 0.17
HSL 302.73º 0.51% 0.66% -
HSV(B) 302.73º 0.42% 0.83% -
XYZ 45.74 32.97 63.63 -
YUV 159.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 212 124 208 0 0.42 0.02 0.17 302.73 0.51 0.66
Hex D4 7C D0 0 2A 2 11 12F 33 42
Octal 324 174 320 0 52 2 21 457 63 102
Binary 11010100 1111100 11010000 0 101010 10 10001 100101111 110011 1000010

Color Harmonies of #D47CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47CD0

Black with #D47CD0

Text Example


Text Example

White with #D47CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47CD0; }

 p { color: rgb(212,124,208); }

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

background-color css

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

 a { background-color: rgb(212,124,208); }

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

border-color css

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

 span { border-color: rgb(212,124,208); }

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