#D46FC7

Color #D46FC7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D46FC7

Tints of Orchid #D46FC7

Color information

#D46FC7 (or 0xD46FC7) is unknown color: approx Orchid. HEX triplet: D4, 6F and C7. RGB value is (212,111,199). Sum of RGB (Red+Green+Blue) = 212+111+199=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FC7 is #2B9038. Grayscale: #969696. Windows color (decimal): -2854969 or 13070292. OLE color: 13070292.

HSL color Cylindrical-coordinate representation of color #D46FC7: hue angle of 307.72º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46FC7 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212111199-
CMYK00.480.060.17
HSL307.72º54.01%63.33%-
HSV(B)307.72º47.64%83.14%-
XYZ43.1429.4957.45-
YUV151.23154.96171.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 111 (43.75% from 255) = 21.26%
BLUE value IS 199 (78.12% from 255) = 38.12%
R=40.61%
G=21.26%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211119900.480.060.17307.7254.0163.33
HexD46FC7030611134363f
Octal3241573070606214646677
Binary11010100110111111000111011000011010001100110100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FC7; }

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

 H1.HeaderClassName
 {
   color: #D46FC7;
 }
 .AnyTagClassName
 {
   color: #D46FC7;
 }
</style>
background-color css

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

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

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

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

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

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