Html Css Color HEX #D46ADC Orchid

📋 copy color: '#D46ADC'

red 212 ◦ green 106 ◦ blue 220

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

Shades of Orchid #D46ADC

Tints of Orchid #D46ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 39.41%
G = 19.7%
B = 40.89%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D46ADC (or 0xD46ADC) is known color: Orchid. HEX triplet: D4, 6A and DC. RGB value is (212,106,220). Sum of RGB (Red+Green+Blue) = 212+106+220=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D46ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ADC is #2B9523. Grayscale: #969696. Windows color (decimal): -2856228 or 14445268. OLE color: 14445268.

HSL color Cylindrical-coordinate representation of color #D46ADC: hue angle of 295.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46ADC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 106 220 -
CMYK 0.04 0.52 0 0.14
HSL 295.79º 0.62% 0.64% -
HSV(B) 295.79º 0.52% 0.86% -
XYZ 45.22 29.47 71.02 -
YUV 150.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 212 106 220 0.04 0.52 0 0.14 295.79 0.62 0.64
Hex D4 6A DC 4 34 0 E 128 3E 40
Octal 324 152 334 4 64 0 16 450 76 100
Binary 11010100 1101010 11011100 100 110100 0 1110 100101000 111110 1000000

Color Harmonies of #D46ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46ADC

Black with #D46ADC

Text Example


Text Example

White with #D46ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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