Html Css Color HEX #D46DDF Orchid

📋 copy color: '#D46DDF'

red 212 ◦ green 109 ◦ blue 223

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

Shades of Orchid #D46DDF

Tints of Orchid #D46DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.04%

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

R = 38.97%
G = 20.04%
B = 40.99%

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

#D46DDF (or 0xD46DDF) is known color: Orchid. HEX triplet: D4, 6D and DF. RGB value is (212,109,223). Sum of RGB (Red+Green+Blue) = 212+109+223=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #D46DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DDF is #2B9220. Grayscale: #989898. Windows color (decimal): -2855457 or 14642644. OLE color: 14642644.

HSL color Cylindrical-coordinate representation of color #D46DDF: hue angle of 294.21º 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 #D46DDF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 109 223 -
CMYK 0.05 0.51 0 0.13
HSL 294.21º 0.64% 0.65% -
HSV(B) 294.21º 0.51% 0.87% -
XYZ 45.94 30.26 73.23 -
YUV 152.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 212 109 223 0.05 0.51 0 0.13 294.21 0.64 0.65
Hex D4 6D DF 5 33 0 D 126 40 41
Octal 324 155 337 5 63 0 15 446 100 101
Binary 11010100 1101101 11011111 101 110011 0 1101 100100110 1000000 1000001

Color Harmonies of #D46DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DDF

Black with #D46DDF

Text Example


Text Example

White with #D46DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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