Html Css Color HEX #D47DCA Orchid

📋 copy color: '#D47DCA'

red 212 ◦ green 125 ◦ blue 202

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

Shades of Orchid #D47DCA

Tints of Orchid #D47DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 39.33%
G = 23.19%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D47DCA (or 0xD47DCA) is known color: Orchid. HEX triplet: D4, 7D and CA. RGB value is (212,125,202). Sum of RGB (Red+Green+Blue) = 212+125+202=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DCA is #2B8235. Grayscale: #9F9F9F. Windows color (decimal): -2851382 or 13270484. OLE color: 13270484.

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

Color convert

RGB 212 125 202 -
CMYK 0 0.41 0.05 0.17
HSL 306.9º 0.5% 0.66% -
HSV(B) 306.9º 0.41% 0.83% -
XYZ 45.15 32.93 59.85 -
YUV 159.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 212 125 202 0 0.41 0.05 0.17 306.9 0.5 0.66
Hex D4 7D CA 0 29 5 11 133 32 42
Octal 324 175 312 0 51 5 21 463 62 102
Binary 11010100 1111101 11001010 0 101001 101 10001 100110011 110010 1000010

Color Harmonies of #D47DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DCA

Black with #D47DCA

Text Example


Text Example

White with #D47DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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