Html Css Color HEX #D46FDF Orchid

📋 copy color: '#D46FDF'

red 212 ◦ green 111 ◦ blue 223

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

Shades of Orchid #D46FDF

Tints of Orchid #D46FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.33%

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

R = 38.83%
G = 20.33%
B = 40.84%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D46FDF (or 0xD46FDF) is known color: Orchid. HEX triplet: D4, 6F and DF. RGB value is (212,111,223). Sum of RGB (Red+Green+Blue) = 212+111+223=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D46FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FDF is #2B9020. Grayscale: #999999. Windows color (decimal): -2854945 or 14643156. OLE color: 14643156.

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

Color convert

RGB 212 111 223 -
CMYK 0.05 0.50 0 0.13
HSL 294.11º 0.64% 0.65% -
HSV(B) 294.11º 0.5% 0.87% -
XYZ 46.16 30.69 73.3 -
YUV 153.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 212 111 223 0.05 0.50 0 0.13 294.11 0.64 0.65
Hex D4 6F DF 5 32 0 D 126 40 41
Octal 324 157 337 5 62 0 15 446 100 101
Binary 11010100 1101111 11011111 101 110010 0 1101 100100110 1000000 1000001

Color Harmonies of #D46FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FDF

Black with #D46FDF

Text Example


Text Example

White with #D46FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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