Html Css Color HEX #D46EDA Orchid

📋 copy color: '#D46EDA'

red 212 ◦ green 110 ◦ blue 218

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

Shades of Orchid #D46EDA

Tints of Orchid #D46EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 39.26%
G = 20.37%
B = 40.37%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D46EDA (or 0xD46EDA) is known color: Orchid. HEX triplet: D4, 6E and DA. RGB value is (212,110,218). Sum of RGB (Red+Green+Blue) = 212+110+218=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #D46EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EDA is #2B9125. Grayscale: #989898. Windows color (decimal): -2855206 or 14315220. OLE color: 14315220.

HSL color Cylindrical-coordinate representation of color #D46EDA: hue angle of 296.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46EDA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 110 218 -
CMYK 0.03 0.50 0 0.15
HSL 296.67º 0.59% 0.64% -
HSV(B) 296.67º 0.5% 0.85% -
XYZ 45.38 30.21 69.77 -
YUV 152.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 212 110 218 0.03 0.50 0 0.15 296.67 0.59 0.64
Hex D4 6E DA 3 32 0 F 129 3B 40
Octal 324 156 332 3 62 0 17 451 73 100
Binary 11010100 1101110 11011010 11 110010 0 1111 100101001 111011 1000000

Color Harmonies of #D46EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EDA

Black with #D46EDA

Text Example


Text Example

White with #D46EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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