Shades of Petite Orchid #CF938B
Tints of Petite Orchid #CF938B
RGB
CMYK
RGB Variations
Color information
#CF938B (or 0xCF938B) is known color: Petite Orchid. HEX triplet: CF, 93 and 8B. RGB value is (207,147,139). Sum of RGB (Red+Green+Blue) = 207+147+139=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF938B is #306C74. Grayscale: #A4A4A4. Windows color (decimal): -3173493 or 9147343. OLE color: 9147343.
HSL color Cylindrical-coordinate representation of color #CF938B: hue angle of 7.06º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF938B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 139 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.19 |
| HSL | 7.06º | 0.41% | 0.68% | - |
| HSV(B) | 7.06º | 0.33% | 0.81% | - |
| XYZ | 40.83 | 36 | 29.22 | - |
| YUV | 164.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 139 | 0 | 0.29 | 0.33 | 0.19 | 7.06 | 0.41 | 0.68 |
| Hex | CF | 93 | 8B | 0 | 1D | 21 | 13 | 7 | 29 | 44 |
| Octal | 317 | 223 | 213 | 0 | 35 | 41 | 23 | 7 | 51 | 104 |
| Binary | 11001111 | 10010011 | 10001011 | 0 | 11101 | 100001 | 10011 | 111 | 101001 | 1000100 |
Color Harmonies of #CF938B
Complementary color
Monochromatic Colors of #CF938B
Black with #CF938B
Text Example
Text Example
White with #CF938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF938B; }
p { color: rgb(207,147,139); }
H1.HeaderClassName
{
color: #CF938B;
}
.AnyTagClassName
{
color: #CF938B;
}
</style>
background-color css
<style>
a { background-color: #CF938B; }
a { background-color: rgb(207,147,139); }
div.DivClassName
{
background-color: #CF938B;
}
.BgClassName
{
background-color: #CF938B;
}
</style>
border-color css
<style>
span { border-color: #CF938B; }
span { border-color: rgb(207,147,139); }
td.TdClassName
{
border-color: #CF938B;
}
.TagClassName
{
border-color: #CF938B;
}
</style>