Shades of Orchid #CC75CA
Tints of Orchid #CC75CA
RGB
CMYK
RGB Variations
Color information
#CC75CA (or 0xCC75CA) is known color: Orchid. HEX triplet: CC, 75 and CA. RGB value is (204,117,202). Sum of RGB (Red+Green+Blue) = 204+117+202=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75CA is #338A35. Grayscale: #989898. Windows color (decimal): -3377718 or 13268428. OLE color: 13268428.
HSL color Cylindrical-coordinate representation of color #CC75CA: hue angle of 301.38º 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 #CC75CA is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 202 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.2 |
| HSL | 301.38º | 0.46% | 0.63% | - |
| HSV(B) | 301.38º | 0.43% | 0.8% | - |
| XYZ | 41.92 | 29.82 | 59.42 | - |
| YUV | 152.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 202 | 0 | 0.43 | 0.01 | 0.2 | 301.38 | 0.46 | 0.63 |
| Hex | CC | 75 | CA | 0 | 2B | 1 | 14 | 12D | 2E | 3F |
| Octal | 314 | 165 | 312 | 0 | 53 | 1 | 24 | 455 | 56 | 77 |
| Binary | 11001100 | 1110101 | 11001010 | 0 | 101011 | 1 | 10100 | 100101101 | 101110 | 111111 |
Color Harmonies of #CC75CA
Complementary color
Monochromatic Colors of #CC75CA
Black with #CC75CA
Text Example
Text Example
White with #CC75CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75CA; }
p { color: rgb(204,117,202); }
H1.HeaderClassName
{
color: #CC75CA;
}
.AnyTagClassName
{
color: #CC75CA;
}
</style>
background-color css
<style>
a { background-color: #CC75CA; }
a { background-color: rgb(204,117,202); }
div.DivClassName
{
background-color: #CC75CA;
}
.BgClassName
{
background-color: #CC75CA;
}
</style>
border-color css
<style>
span { border-color: #CC75CA; }
span { border-color: rgb(204,117,202); }
td.TdClassName
{
border-color: #CC75CA;
}
.TagClassName
{
border-color: #CC75CA;
}
</style>