Html Css Color HEX #D46ADA Orchid

📋 copy color: '#D46ADA'

red 212 ◦ green 106 ◦ blue 218

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

Shades of Orchid #D46ADA

Tints of Orchid #D46ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 39.55%
G = 19.78%
B = 40.67%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D46ADA (or 0xD46ADA) is known color: Orchid. HEX triplet: D4, 6A and DA. RGB value is (212,106,218). Sum of RGB (Red+Green+Blue) = 212+106+218=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D46ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ADA is #2B9525. Grayscale: #969696. Windows color (decimal): -2856230 or 14314196. OLE color: 14314196.

HSL color Cylindrical-coordinate representation of color #D46ADA: hue angle of 296.79º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46ADA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 106 218 -
CMYK 0.03 0.51 0 0.15
HSL 296.79º 0.6% 0.64% -
HSV(B) 296.79º 0.51% 0.85% -
XYZ 44.96 29.37 69.63 -
YUV 150.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 212 106 218 0.03 0.51 0 0.15 296.79 0.6 0.64
Hex D4 6A DA 3 33 0 F 129 3C 40
Octal 324 152 332 3 63 0 17 451 74 100
Binary 11010100 1101010 11011010 11 110011 0 1111 100101001 111100 1000000

Color Harmonies of #D46ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46ADA

Black with #D46ADA

Text Example


Text Example

White with #D46ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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