Shades of Petite Orchid #CD948E
Tints of Petite Orchid #CD948E
RGB
CMYK
RGB Variations
Color information
#CD948E (or 0xCD948E) is known color: Petite Orchid. HEX triplet: CD, 94 and 8E. RGB value is (205,148,142). Sum of RGB (Red+Green+Blue) = 205+148+142=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD948E is #326B71. Grayscale: #A4A4A4. Windows color (decimal): -3304306 or 9344205. OLE color: 9344205.
HSL color Cylindrical-coordinate representation of color #CD948E: hue angle of 5.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD948E is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 142 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.20 |
| HSL | 5.71º | 0.39% | 0.68% | - |
| HSV(B) | 5.71º | 0.31% | 0.8% | - |
| XYZ | 40.65 | 36.11 | 30.42 | - |
| YUV | 164.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 142 | 0 | 0.28 | 0.31 | 0.20 | 5.71 | 0.39 | 0.68 |
| Hex | CD | 94 | 8E | 0 | 1C | 1F | 14 | 6 | 27 | 44 |
| Octal | 315 | 224 | 216 | 0 | 34 | 37 | 24 | 6 | 47 | 104 |
| Binary | 11001101 | 10010100 | 10001110 | 0 | 11100 | 11111 | 10100 | 110 | 100111 | 1000100 |
Color Harmonies of #CD948E
Complementary color
Monochromatic Colors of #CD948E
Black with #CD948E
Text Example
Text Example
White with #CD948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD948E; }
p { color: rgb(205,148,142); }
H1.HeaderClassName
{
color: #CD948E;
}
.AnyTagClassName
{
color: #CD948E;
}
</style>
background-color css
<style>
a { background-color: #CD948E; }
a { background-color: rgb(205,148,142); }
div.DivClassName
{
background-color: #CD948E;
}
.BgClassName
{
background-color: #CD948E;
}
</style>
border-color css
<style>
span { border-color: #CD948E; }
span { border-color: rgb(205,148,142); }
td.TdClassName
{
border-color: #CD948E;
}
.TagClassName
{
border-color: #CD948E;
}
</style>