Shades of Orchid White #F3EDD7
Tints of Orchid White #F3EDD7
RGB
CMYK
RGB Variations
Color information
#F3EDD7 (or 0xF3EDD7) is known color: Orchid White. HEX triplet: F3, ED and D7. RGB value is (243,237,215). Sum of RGB (Red+Green+Blue) = 243+237+215=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDD7 is #0C1228. Grayscale: #ECECEC. Windows color (decimal): -791081 or 14151155. OLE color: 14151155.
HSL color Cylindrical-coordinate representation of color #F3EDD7: hue angle of 47.14º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3EDD7 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 237 | 215 | - |
CMYK | 0 | 0.02 | 0.12 | 0.05 |
HSL | 47.14º | 0.54% | 0.9% | - |
HSV(B) | 47.14º | 0.12% | 0.95% | - |
XYZ | 79.51 | 84.53 | 76.42 | - |
YUV | 236.29 | 115.99 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 237 | 215 | 0 | 0.02 | 0.12 | 0.05 | 47.14 | 0.54 | 0.9 |
Hex | F3 | ED | D7 | 0 | 2 | C | 5 | 2F | 36 | 5A |
Octal | 363 | 355 | 327 | 0 | 2 | 14 | 5 | 57 | 66 | 132 |
Binary | 11110011 | 11101101 | 11010111 | 0 | 10 | 1100 | 101 | 101111 | 110110 | 1011010 |
Color Harmonies of #F3EDD7
Complementary color
Monochromatic Colors of #F3EDD7
Black with #F3EDD7
Text Example
Text Example
White with #F3EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EDD7; }
p { color: rgb(243,237,215); }
H1.HeaderClassName
{
color: #F3EDD7;
}
.AnyTagClassName
{
color: #F3EDD7;
}
</style>
background-color css
<style>
a { background-color: #F3EDD7; }
a { background-color: rgb(243,237,215); }
div.DivClassName
{
background-color: #F3EDD7;
}
.BgClassName
{
background-color: #F3EDD7;
}
</style>
border-color css
<style>
span { border-color: #F3EDD7; }
span { border-color: rgb(243,237,215); }
td.TdClassName
{
border-color: #F3EDD7;
}
.TagClassName
{
border-color: #F3EDD7;
}
</style>