Shades of Petite Orchid #CF908C
Tints of Petite Orchid #CF908C
RGB
CMYK
RGB Variations
Color information
#CF908C (or 0xCF908C) is known color: Petite Orchid. HEX triplet: CF, 90 and 8C. RGB value is (207,144,140). Sum of RGB (Red+Green+Blue) = 207+144+140=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF908C is #306F73. Grayscale: #A2A2A2. Windows color (decimal): -3174260 or 9212111. OLE color: 9212111.
HSL color Cylindrical-coordinate representation of color #CF908C: hue angle of 3.58º 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 #CF908C is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 140 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.19 |
| HSL | 3.58º | 0.41% | 0.68% | - |
| HSV(B) | 3.58º | 0.32% | 0.81% | - |
| XYZ | 40.44 | 35.11 | 29.46 | - |
| YUV | 162.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 140 | 0 | 0.30 | 0.32 | 0.19 | 3.58 | 0.41 | 0.68 |
| Hex | CF | 90 | 8C | 0 | 1E | 20 | 13 | 4 | 29 | 44 |
| Octal | 317 | 220 | 214 | 0 | 36 | 40 | 23 | 4 | 51 | 104 |
| Binary | 11001111 | 10010000 | 10001100 | 0 | 11110 | 100000 | 10011 | 100 | 101001 | 1000100 |
Color Harmonies of #CF908C
Complementary color
Monochromatic Colors of #CF908C
Black with #CF908C
Text Example
Text Example
White with #CF908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF908C; }
p { color: rgb(207,144,140); }
H1.HeaderClassName
{
color: #CF908C;
}
.AnyTagClassName
{
color: #CF908C;
}
</style>
background-color css
<style>
a { background-color: #CF908C; }
a { background-color: rgb(207,144,140); }
div.DivClassName
{
background-color: #CF908C;
}
.BgClassName
{
background-color: #CF908C;
}
</style>
border-color css
<style>
span { border-color: #CF908C; }
span { border-color: rgb(207,144,140); }
td.TdClassName
{
border-color: #CF908C;
}
.TagClassName
{
border-color: #CF908C;
}
</style>