Html Css Color HEX #D46AD3 Orchid

📋 copy color: '#D46AD3'

red 212 ◦ green 106 ◦ blue 211

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

Shades of Orchid #D46AD3

Tints of Orchid #D46AD3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.04%

 BLUE value IS 211 (82.81% from 255) = 39.89%

R = 40.08%
G = 20.04%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D46AD3 (or 0xD46AD3) is known color: Orchid. HEX triplet: D4, 6A and D3. RGB value is (212,106,211). Sum of RGB (Red+Green+Blue) = 212+106+211=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46AD3 is #2B952C. Grayscale: #959595. Windows color (decimal): -2856237 or 13855444. OLE color: 13855444.

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

Color convert

RGB 212 106 211 -
CMYK 0 0.5 0.00 0.17
HSL 300.57º 0.55% 0.62% -
HSV(B) 300.57º 0.5% 0.83% -
XYZ 44.06 29.01 64.9 -
YUV 149.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 212 106 211 0 0.5 0.00 0.17 300.57 0.55 0.62
Hex D4 6A D3 0 32 0 11 12D 37 3E
Octal 324 152 323 0 62 0 21 455 67 76
Binary 11010100 1101010 11010011 0 110010 0 10001 100101101 110111 111110

Color Harmonies of #D46AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46AD3

Black with #D46AD3

Text Example


Text Example

White with #D46AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46AD3; }

 p { color: rgb(212,106,211); }

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

background-color css

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

 a { background-color: rgb(212,106,211); }

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

border-color css

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

 span { border-color: rgb(212,106,211); }

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