Html Css Color HEX #D46EDF Orchid

📋 copy color: '#D46EDF'

red 212 ◦ green 110 ◦ blue 223

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

Shades of Orchid #D46EDF

Tints of Orchid #D46EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 38.9%
G = 20.18%
B = 40.92%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D46EDF (or 0xD46EDF) is known color: Orchid. HEX triplet: D4, 6E and DF. RGB value is (212,110,223). Sum of RGB (Red+Green+Blue) = 212+110+223=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D46EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EDF is #2B9120. Grayscale: #999999. Windows color (decimal): -2855201 or 14642900. OLE color: 14642900.

HSL color Cylindrical-coordinate representation of color #D46EDF: hue angle of 294.16º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46EDF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 110 223 -
CMYK 0.05 0.51 0 0.13
HSL 294.16º 0.64% 0.65% -
HSV(B) 294.16º 0.51% 0.87% -
XYZ 46.05 30.48 73.27 -
YUV 153.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 212 110 223 0.05 0.51 0 0.13 294.16 0.64 0.65
Hex D4 6E DF 5 33 0 D 126 40 41
Octal 324 156 337 5 63 0 15 446 100 101
Binary 11010100 1101110 11011111 101 110011 0 1101 100100110 1000000 1000001

Color Harmonies of #D46EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EDF

Black with #D46EDF

Text Example


Text Example

White with #D46EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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