Html Css Color HEX #D46ED5 Orchid

📋 copy color: '#D46ED5'

red 212 ◦ green 110 ◦ blue 213

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

Shades of Orchid #D46ED5

Tints of Orchid #D46ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 39.63%
G = 20.56%
B = 39.81%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D46ED5 (or 0xD46ED5) is known color: Orchid. HEX triplet: D4, 6E and D5. RGB value is (212,110,213). Sum of RGB (Red+Green+Blue) = 212+110+213=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #D46ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ED5 is #2B912A. Grayscale: #979797. Windows color (decimal): -2855211 or 13987540. OLE color: 13987540.

HSL color Cylindrical-coordinate representation of color #D46ED5: hue angle of 299.42º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46ED5 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 110 213 -
CMYK 0.00 0.48 0 0.16
HSL 299.42º 0.55% 0.63% -
HSV(B) 299.42º 0.48% 0.84% -
XYZ 44.74 29.95 66.37 -
YUV 152.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 212 110 213 0.00 0.48 0 0.16 299.42 0.55 0.63
Hex D4 6E D5 0 30 0 10 12B 37 3F
Octal 324 156 325 0 60 0 20 453 67 77
Binary 11010100 1101110 11010101 0 110000 0 10000 100101011 110111 111111

Color Harmonies of #D46ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46ED5

Black with #D46ED5

Text Example


Text Example

White with #D46ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46ED5; }

 p { color: rgb(212,110,213); }

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

background-color css

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

 a { background-color: rgb(212,110,213); }

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

border-color css

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

 span { border-color: rgb(212,110,213); }

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