Html Css Color HEX #D47DDC Orchid

📋 copy color: '#D47DDC'

red 212 ◦ green 125 ◦ blue 220

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

Shades of Orchid #D47DDC

Tints of Orchid #D47DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.44%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 38.06%
G = 22.44%
B = 39.5%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D47DDC (or 0xD47DDC) is known color: Orchid. HEX triplet: D4, 7D and DC. RGB value is (212,125,220). Sum of RGB (Red+Green+Blue) = 212+125+220=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #D47DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DDC is #2B8223. Grayscale: #A1A1A1. Windows color (decimal): -2851364 or 14450132. OLE color: 14450132.

HSL color Cylindrical-coordinate representation of color #D47DDC: hue angle of 294.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47DDC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 125 220 -
CMYK 0.04 0.43 0 0.14
HSL 294.95º 0.58% 0.68% -
HSV(B) 294.95º 0.43% 0.86% -
XYZ 47.4 33.83 71.74 -
YUV 161.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 212 125 220 0.04 0.43 0 0.14 294.95 0.58 0.68
Hex D4 7D DC 4 2B 0 E 127 3A 44
Octal 324 175 334 4 53 0 16 447 72 104
Binary 11010100 1111101 11011100 100 101011 0 1110 100100111 111010 1000100

Color Harmonies of #D47DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DDC

Black with #D47DDC

Text Example


Text Example

White with #D47DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DDC; }

 p { color: rgb(212,125,220); }

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

background-color css

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

 a { background-color: rgb(212,125,220); }

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

border-color css

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

 span { border-color: rgb(212,125,220); }

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