Html Css Color HEX #D47BDC Orchid

📋 copy color: '#D47BDC'

red 212 ◦ green 123 ◦ blue 220

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

Shades of Orchid #D47BDC

Tints of Orchid #D47BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.16%

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

R = 38.2%
G = 22.16%
B = 39.64%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D47BDC (or 0xD47BDC) is known color: Orchid. HEX triplet: D4, 7B and DC. RGB value is (212,123,220). Sum of RGB (Red+Green+Blue) = 212+123+220=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #D47BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BDC is #2B8423. Grayscale: #A0A0A0. Windows color (decimal): -2851876 or 14449620. OLE color: 14449620.

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

Color convert

RGB 212 123 220 -
CMYK 0.04 0.44 0 0.14
HSL 295.05º 0.58% 0.67% -
HSV(B) 295.05º 0.44% 0.86% -
XYZ 47.15 33.33 71.66 -
YUV 160.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 212 123 220 0.04 0.44 0 0.14 295.05 0.58 0.67
Hex D4 7B DC 4 2C 0 E 127 3A 43
Octal 324 173 334 4 54 0 16 447 72 103
Binary 11010100 1111011 11011100 100 101100 0 1110 100100111 111010 1000011

Color Harmonies of #D47BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47BDC

Black with #D47BDC

Text Example


Text Example

White with #D47BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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