Shades of Petite Orchid #CF948C
Tints of Petite Orchid #CF948C
RGB
CMYK
RGB Variations
Color information
#CF948C (or 0xCF948C) is known color: Petite Orchid. HEX triplet: CF, 94 and 8C. RGB value is (207,148,140). Sum of RGB (Red+Green+Blue) = 207+148+140=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF948C is #306B73. Grayscale: #A4A4A4. Windows color (decimal): -3173236 or 9213135. OLE color: 9213135.
HSL color Cylindrical-coordinate representation of color #CF948C: hue angle of 7.16º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF948C is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 140 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.19 |
| HSL | 7.16º | 0.41% | 0.68% | - |
| HSV(B) | 7.16º | 0.32% | 0.81% | - |
| XYZ | 41.06 | 36.34 | 29.66 | - |
| YUV | 164.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 140 | 0 | 0.29 | 0.32 | 0.19 | 7.16 | 0.41 | 0.68 |
| Hex | CF | 94 | 8C | 0 | 1D | 20 | 13 | 7 | 29 | 44 |
| Octal | 317 | 224 | 214 | 0 | 35 | 40 | 23 | 7 | 51 | 104 |
| Binary | 11001111 | 10010100 | 10001100 | 0 | 11101 | 100000 | 10011 | 111 | 101001 | 1000100 |
Color Harmonies of #CF948C
Complementary color
Monochromatic Colors of #CF948C
Black with #CF948C
Text Example
Text Example
White with #CF948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF948C; }
p { color: rgb(207,148,140); }
H1.HeaderClassName
{
color: #CF948C;
}
.AnyTagClassName
{
color: #CF948C;
}
</style>
background-color css
<style>
a { background-color: #CF948C; }
a { background-color: rgb(207,148,140); }
div.DivClassName
{
background-color: #CF948C;
}
.BgClassName
{
background-color: #CF948C;
}
</style>
border-color css
<style>
span { border-color: #CF948C; }
span { border-color: rgb(207,148,140); }
td.TdClassName
{
border-color: #CF948C;
}
.TagClassName
{
border-color: #CF948C;
}
</style>