Html Css Color HEX #D46EE6 Orchid

📋 copy color: '#D46EE6'

red 212 ◦ green 110 ◦ blue 230

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

Shades of Orchid #D46EE6

Tints of Orchid #D46EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 38.41%
G = 19.93%
B = 41.67%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D46EE6 (or 0xD46EE6) is known color: Orchid. HEX triplet: D4, 6E and E6. RGB value is (212,110,230). Sum of RGB (Red+Green+Blue) = 212+110+230=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #D46EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46EE6 is #2B9119. Grayscale: #999999. Windows color (decimal): -2855194 or 15101652. OLE color: 15101652.

HSL color Cylindrical-coordinate representation of color #D46EE6: hue angle of 291º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46EE6 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 110 230 -
CMYK 0.08 0.52 0 0.10
HSL 291º 0.71% 0.67% -
HSV(B) 291º 0.52% 0.9% -
XYZ 47.01 30.86 78.34 -
YUV 154.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 212 110 230 0.08 0.52 0 0.10 291 0.71 0.67
Hex D4 6E E6 8 34 0 A 123 47 43
Octal 324 156 346 10 64 0 12 443 107 103
Binary 11010100 1101110 11100110 1000 110100 0 1010 100100011 1000111 1000011

Color Harmonies of #D46EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EE6

Black with #D46EE6

Text Example


Text Example

White with #D46EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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