Html Css Color HEX #D46DB5 Orchid

📋 copy color: '#D46DB5'

red 212 ◦ green 109 ◦ blue 181

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

Shades of Orchid #D46DB5

Tints of Orchid #D46DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.71%

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 42.23%
G = 21.71%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D46DB5 (or 0xD46DB5) is known color: Orchid. HEX triplet: D4, 6D and B5. RGB value is (212,109,181). Sum of RGB (Red+Green+Blue) = 212+109+181=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DB5 is #2B924A. Grayscale: #939393. Windows color (decimal): -2855499 or 11890132. OLE color: 11890132.

HSL color Cylindrical-coordinate representation of color #D46DB5: hue angle of 318.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46DB5 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 109 181 -
CMYK 0 0.49 0.15 0.17
HSL 318.06º 0.54% 0.63% -
HSV(B) 318.06º 0.49% 0.83% -
XYZ 40.96 28.27 47.01 -
YUV 148.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 212 109 181 0 0.49 0.15 0.17 318.06 0.54 0.63
Hex D4 6D B5 0 31 F 11 13E 36 3F
Octal 324 155 265 0 61 17 21 476 66 77
Binary 11010100 1101101 10110101 0 110001 1111 10001 100111110 110110 111111

Color Harmonies of #D46DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DB5

Black with #D46DB5

Text Example


Text Example

White with #D46DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DB5; }

 p { color: rgb(212,109,181); }

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

background-color css

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

 a { background-color: rgb(212,109,181); }

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

border-color css

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

 span { border-color: rgb(212,109,181); }

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