Html Css Color HEX #D46BB7 Orchid

📋 copy color: '#D46BB7'

red 212 ◦ green 107 ◦ blue 183

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

Shades of Orchid #D46BB7

Tints of Orchid #D46BB7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

 BLUE value IS 183 (71.88% from 255) = 36.45%

R = 42.23%
G = 21.31%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D46BB7 (or 0xD46BB7) is known color: Orchid. HEX triplet: D4, 6B and B7. RGB value is (212,107,183). Sum of RGB (Red+Green+Blue) = 212+107+183=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BB7 is #2B9448. Grayscale: #929292. Windows color (decimal): -2856009 or 12020692. OLE color: 12020692.

HSL color Cylindrical-coordinate representation of color #D46BB7: hue angle of 316.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46BB7 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 107 183 -
CMYK 0 0.50 0.14 0.17
HSL 316.57º 0.55% 0.63% -
HSV(B) 316.57º 0.5% 0.83% -
XYZ 40.96 27.93 48.03 -
YUV 147.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 212 107 183 0 0.50 0.14 0.17 316.57 0.55 0.63
Hex D4 6B B7 0 32 E 11 13D 37 3F
Octal 324 153 267 0 62 16 21 475 67 77
Binary 11010100 1101011 10110111 0 110010 1110 10001 100111101 110111 111111

Color Harmonies of #D46BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BB7

Black with #D46BB7

Text Example


Text Example

White with #D46BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BB7; }

 p { color: rgb(212,107,183); }

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

background-color css

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

 a { background-color: rgb(212,107,183); }

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

border-color css

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

 span { border-color: rgb(212,107,183); }

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