Shades of Orchid #CC75BA
Tints of Orchid #CC75BA
RGB
CMYK
RGB Variations
Color information
#CC75BA (or 0xCC75BA) is known color: Orchid. HEX triplet: CC, 75 and BA. RGB value is (204,117,186). Sum of RGB (Red+Green+Blue) = 204+117+186=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75BA is #338A45. Grayscale: #969696. Windows color (decimal): -3377734 or 12219852. OLE color: 12219852.
HSL color Cylindrical-coordinate representation of color #CC75BA: hue angle of 312.41º 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 #CC75BA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 186 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.2 |
| HSL | 312.41º | 0.46% | 0.63% | - |
| HSV(B) | 312.41º | 0.43% | 0.8% | - |
| XYZ | 40.13 | 29.11 | 49.96 | - |
| YUV | 150.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 186 | 0 | 0.43 | 0.09 | 0.2 | 312.41 | 0.46 | 0.63 |
| Hex | CC | 75 | BA | 0 | 2B | 9 | 14 | 138 | 2E | 3F |
| Octal | 314 | 165 | 272 | 0 | 53 | 11 | 24 | 470 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10111010 | 0 | 101011 | 1001 | 10100 | 100111000 | 101110 | 111111 |
Color Harmonies of #CC75BA
Complementary color
Monochromatic Colors of #CC75BA
Black with #CC75BA
Text Example
Text Example
White with #CC75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75BA; }
p { color: rgb(204,117,186); }
H1.HeaderClassName
{
color: #CC75BA;
}
.AnyTagClassName
{
color: #CC75BA;
}
</style>
background-color css
<style>
a { background-color: #CC75BA; }
a { background-color: rgb(204,117,186); }
div.DivClassName
{
background-color: #CC75BA;
}
.BgClassName
{
background-color: #CC75BA;
}
</style>
border-color css
<style>
span { border-color: #CC75BA; }
span { border-color: rgb(204,117,186); }
td.TdClassName
{
border-color: #CC75BA;
}
.TagClassName
{
border-color: #CC75BA;
}
</style>