Html Css Color HEX #D47ACC Orchid

📋 copy color: '#D47ACC'

red 212 ◦ green 122 ◦ blue 204

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

Shades of Orchid #D47ACC

Tints of Orchid #D47ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.68%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 39.41%
G = 22.68%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D47ACC (or 0xD47ACC) is known color: Orchid. HEX triplet: D4, 7A and CC. RGB value is (212,122,204). Sum of RGB (Red+Green+Blue) = 212+122+204=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ACC is #2B8533. Grayscale: #9E9E9E. Windows color (decimal): -2852148 or 13400788. OLE color: 13400788.

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

Color convert

RGB 212 122 204 -
CMYK 0 0.42 0.04 0.17
HSL 305.33º 0.51% 0.65% -
HSV(B) 305.33º 0.42% 0.83% -
XYZ 45.01 32.28 60.98 -
YUV 158.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 212 122 204 0 0.42 0.04 0.17 305.33 0.51 0.65
Hex D4 7A CC 0 2A 4 11 131 33 41
Octal 324 172 314 0 52 4 21 461 63 101
Binary 11010100 1111010 11001100 0 101010 100 10001 100110001 110011 1000001

Color Harmonies of #D47ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47ACC

Black with #D47ACC

Text Example


Text Example

White with #D47ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47ACC; }

 p { color: rgb(212,122,204); }

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

background-color css

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

 a { background-color: rgb(212,122,204); }

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

border-color css

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

 span { border-color: rgb(212,122,204); }

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