Shades of Orchid #CC74CB
Tints of Orchid #CC74CB
RGB
CMYK
RGB Variations
Color information
#CC74CB (or 0xCC74CB) is known color: Orchid. HEX triplet: CC, 74 and CB. RGB value is (204,116,203). Sum of RGB (Red+Green+Blue) = 204+116+203=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74CB is #338B34. Grayscale: #979797. Windows color (decimal): -3377973 or 13333708. OLE color: 13333708.
HSL color Cylindrical-coordinate representation of color #CC74CB: hue angle of 300.68º 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 #CC74CB is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 203 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.2 |
| HSL | 300.68º | 0.46% | 0.63% | - |
| HSV(B) | 300.68º | 0.43% | 0.8% | - |
| XYZ | 41.93 | 29.64 | 60.01 | - |
| YUV | 152.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 203 | 0 | 0.43 | 0.00 | 0.2 | 300.68 | 0.46 | 0.63 |
| Hex | CC | 74 | CB | 0 | 2B | 0 | 14 | 12D | 2E | 3F |
| Octal | 314 | 164 | 313 | 0 | 53 | 0 | 24 | 455 | 56 | 77 |
| Binary | 11001100 | 1110100 | 11001011 | 0 | 101011 | 0 | 10100 | 100101101 | 101110 | 111111 |
Color Harmonies of #CC74CB
Complementary color
Monochromatic Colors of #CC74CB
Black with #CC74CB
Text Example
Text Example
White with #CC74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74CB; }
p { color: rgb(204,116,203); }
H1.HeaderClassName
{
color: #CC74CB;
}
.AnyTagClassName
{
color: #CC74CB;
}
</style>
background-color css
<style>
a { background-color: #CC74CB; }
a { background-color: rgb(204,116,203); }
div.DivClassName
{
background-color: #CC74CB;
}
.BgClassName
{
background-color: #CC74CB;
}
</style>
border-color css
<style>
span { border-color: #CC74CB; }
span { border-color: rgb(204,116,203); }
td.TdClassName
{
border-color: #CC74CB;
}
.TagClassName
{
border-color: #CC74CB;
}
</style>