Html Css Color HEX #D46BBE Orchid

📋 copy color: '#D46BBE'

red 212 ◦ green 107 ◦ blue 190

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

Shades of Orchid #D46BBE

Tints of Orchid #D46BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 41.65%
G = 21.02%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D46BBE (or 0xD46BBE) is known color: Orchid. HEX triplet: D4, 6B and BE. RGB value is (212,107,190). Sum of RGB (Red+Green+Blue) = 212+107+190=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BBE is #2B9441. Grayscale: #939393. Windows color (decimal): -2856002 or 12479444. OLE color: 12479444.

HSL color Cylindrical-coordinate representation of color #D46BBE: hue angle of 312.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 #D46BBE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 107 190 -
CMYK 0 0.50 0.10 0.17
HSL 312.57º 0.55% 0.63% -
HSV(B) 312.57º 0.5% 0.83% -
XYZ 41.7 28.23 51.97 -
YUV 147.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 212 107 190 0 0.50 0.10 0.17 312.57 0.55 0.63
Hex D4 6B BE 0 32 A 11 139 37 3F
Octal 324 153 276 0 62 12 21 471 67 77
Binary 11010100 1101011 10111110 0 110010 1010 10001 100111001 110111 111111

Color Harmonies of #D46BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BBE

Black with #D46BBE

Text Example


Text Example

White with #D46BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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