Shades of Orchid #CC74BA
Tints of Orchid #CC74BA
RGB
CMYK
RGB Variations
Color information
#CC74BA (or 0xCC74BA) is known color: Orchid. HEX triplet: CC, 74 and BA. RGB value is (204,116,186). Sum of RGB (Red+Green+Blue) = 204+116+186=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74BA is #338B45. Grayscale: #969696. Windows color (decimal): -3377990 or 12219596. OLE color: 12219596.
HSL color Cylindrical-coordinate representation of color #CC74BA: hue angle of 312.27º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC74BA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 186 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.2 |
| HSL | 312.27º | 0.46% | 0.63% | - |
| HSV(B) | 312.27º | 0.43% | 0.8% | - |
| XYZ | 40.01 | 28.87 | 49.92 | - |
| YUV | 150.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 186 | 0 | 0.43 | 0.09 | 0.2 | 312.27 | 0.46 | 0.63 |
| Hex | CC | 74 | BA | 0 | 2B | 9 | 14 | 138 | 2E | 3F |
| Octal | 314 | 164 | 272 | 0 | 53 | 11 | 24 | 470 | 56 | 77 |
| Binary | 11001100 | 1110100 | 10111010 | 0 | 101011 | 1001 | 10100 | 100111000 | 101110 | 111111 |
Color Harmonies of #CC74BA
Complementary color
Monochromatic Colors of #CC74BA
Black with #CC74BA
Text Example
Text Example
White with #CC74BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74BA; }
p { color: rgb(204,116,186); }
H1.HeaderClassName
{
color: #CC74BA;
}
.AnyTagClassName
{
color: #CC74BA;
}
</style>
background-color css
<style>
a { background-color: #CC74BA; }
a { background-color: rgb(204,116,186); }
div.DivClassName
{
background-color: #CC74BA;
}
.BgClassName
{
background-color: #CC74BA;
}
</style>
border-color css
<style>
span { border-color: #CC74BA; }
span { border-color: rgb(204,116,186); }
td.TdClassName
{
border-color: #CC74BA;
}
.TagClassName
{
border-color: #CC74BA;
}
</style>