Html Css Color HEX #D47DDA Orchid

📋 copy color: '#D47DDA'

red 212 ◦ green 125 ◦ blue 218

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

Shades of Orchid #D47DDA

Tints of Orchid #D47DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 38.2%
G = 22.52%
B = 39.28%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D47DDA (or 0xD47DDA) is known color: Orchid. HEX triplet: D4, 7D and DA. RGB value is (212,125,218). Sum of RGB (Red+Green+Blue) = 212+125+218=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #D47DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DDA is #2B8225. Grayscale: #A1A1A1. Windows color (decimal): -2851366 or 14319060. OLE color: 14319060.

HSL color Cylindrical-coordinate representation of color #D47DDA: hue angle of 296.13º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47DDA is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 125 218 -
CMYK 0.03 0.43 0 0.15
HSL 296.13º 0.56% 0.67% -
HSV(B) 296.13º 0.43% 0.85% -
XYZ 47.14 33.73 70.35 -
YUV 161.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 212 125 218 0.03 0.43 0 0.15 296.13 0.56 0.67
Hex D4 7D DA 3 2B 0 F 128 38 43
Octal 324 175 332 3 53 0 17 450 70 103
Binary 11010100 1111101 11011010 11 101011 0 1111 100101000 111000 1000011

Color Harmonies of #D47DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DDA

Black with #D47DDA

Text Example


Text Example

White with #D47DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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