Html Css Color HEX #D46DBB Orchid

📋 copy color: '#D46DBB'

red 212 ◦ green 109 ◦ blue 187

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

Shades of Orchid #D46DBB

Tints of Orchid #D46DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 41.73%
G = 21.46%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D46DBB (or 0xD46DBB) is known color: Orchid. HEX triplet: D4, 6D and BB. RGB value is (212,109,187). Sum of RGB (Red+Green+Blue) = 212+109+187=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DBB is #2B9244. Grayscale: #949494. Windows color (decimal): -2855493 or 12283348. OLE color: 12283348.

HSL color Cylindrical-coordinate representation of color #D46DBB: hue angle of 314.56º 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 #D46DBB is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 109 187 -
CMYK 0 0.49 0.12 0.17
HSL 314.56º 0.54% 0.63% -
HSV(B) 314.56º 0.49% 0.83% -
XYZ 41.59 28.52 50.33 -
YUV 148.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 212 109 187 0 0.49 0.12 0.17 314.56 0.54 0.63
Hex D4 6D BB 0 31 C 11 13B 36 3F
Octal 324 155 273 0 61 14 21 473 66 77
Binary 11010100 1101101 10111011 0 110001 1100 10001 100111011 110110 111111

Color Harmonies of #D46DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DBB

Black with #D46DBB

Text Example


Text Example

White with #D46DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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