Html Css Color HEX #D46EE1 Orchid

📋 copy color: '#D46EE1'

red 212 ◦ green 110 ◦ blue 225

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

Shades of Orchid #D46EE1

Tints of Orchid #D46EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 38.76%
G = 20.11%
B = 41.13%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D46EE1 (or 0xD46EE1) is known color: Orchid. HEX triplet: D4, 6E and E1. RGB value is (212,110,225). Sum of RGB (Red+Green+Blue) = 212+110+225=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #D46EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EE1 is #2B911E. Grayscale: #999999. Windows color (decimal): -2855199 or 14773972. OLE color: 14773972.

HSL color Cylindrical-coordinate representation of color #D46EE1: hue angle of 293.22º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46EE1 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 110 225 -
CMYK 0.06 0.51 0 0.12
HSL 293.22º 0.66% 0.66% -
HSV(B) 293.22º 0.51% 0.88% -
XYZ 46.32 30.59 74.7 -
YUV 153.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 212 110 225 0.06 0.51 0 0.12 293.22 0.66 0.66
Hex D4 6E E1 6 33 0 C 125 42 42
Octal 324 156 341 6 63 0 14 445 102 102
Binary 11010100 1101110 11100001 110 110011 0 1100 100100101 1000010 1000010

Color Harmonies of #D46EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EE1

Black with #D46EE1

Text Example


Text Example

White with #D46EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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