Html Css Color HEX #D46BBA Orchid

📋 copy color: '#D46BBA'

red 212 ◦ green 107 ◦ blue 186

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

Shades of Orchid #D46BBA

Tints of Orchid #D46BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 41.98%
G = 21.19%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D46BBA (or 0xD46BBA) is known color: Orchid. HEX triplet: D4, 6B and BA. RGB value is (212,107,186). Sum of RGB (Red+Green+Blue) = 212+107+186=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BBA is #2B9445. Grayscale: #939393. Windows color (decimal): -2856006 or 12217300. OLE color: 12217300.

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

Color convert

RGB 212 107 186 -
CMYK 0 0.50 0.12 0.17
HSL 314.86º 0.55% 0.63% -
HSV(B) 314.86º 0.5% 0.83% -
XYZ 41.27 28.06 49.69 -
YUV 147.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 212 107 186 0 0.50 0.12 0.17 314.86 0.55 0.63
Hex D4 6B BA 0 32 C 11 13B 37 3F
Octal 324 153 272 0 62 14 21 473 67 77
Binary 11010100 1101011 10111010 0 110010 1100 10001 100111011 110111 111111

Color Harmonies of #D46BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BBA

Black with #D46BBA

Text Example


Text Example

White with #D46BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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