Html Css Color HEX #D46EDD Orchid

📋 copy color: '#D46EDD'

red 212 ◦ green 110 ◦ blue 221

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

Shades of Orchid #D46EDD

Tints of Orchid #D46EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 39.04%
G = 20.26%
B = 40.7%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D46EDD (or 0xD46EDD) is known color: Orchid. HEX triplet: D4, 6E and DD. RGB value is (212,110,221). Sum of RGB (Red+Green+Blue) = 212+110+221=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D46EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EDD is #2B9122. Grayscale: #989898. Windows color (decimal): -2855203 or 14511828. OLE color: 14511828.

HSL color Cylindrical-coordinate representation of color #D46EDD: hue angle of 295.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46EDD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 110 221 -
CMYK 0.04 0.50 0 0.13
HSL 295.14º 0.62% 0.65% -
HSV(B) 295.14º 0.5% 0.87% -
XYZ 45.78 30.37 71.86 -
YUV 153.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 212 110 221 0.04 0.50 0 0.13 295.14 0.62 0.65
Hex D4 6E DD 4 32 0 D 127 3E 41
Octal 324 156 335 4 62 0 15 447 76 101
Binary 11010100 1101110 11011101 100 110010 0 1101 100100111 111110 1000001

Color Harmonies of #D46EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EDD

Black with #D46EDD

Text Example


Text Example

White with #D46EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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