Shades of Orchid #CC74D5
Tints of Orchid #CC74D5
RGB
CMYK
RGB Variations
Color information
#CC74D5 (or 0xCC74D5) is known color: Orchid. HEX triplet: CC, 74 and D5. RGB value is (204,116,213). Sum of RGB (Red+Green+Blue) = 204+116+213=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74D5 is #338B2A. Grayscale: #999999. Windows color (decimal): -3377963 or 13989068. OLE color: 13989068.
HSL color Cylindrical-coordinate representation of color #CC74D5: hue angle of 294.43º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC74D5 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 116 | 213 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.16 |
| HSL | 294.43º | 0.54% | 0.65% | - |
| HSV(B) | 294.43º | 0.46% | 0.84% | - |
| XYZ | 43.16 | 30.13 | 66.49 | - |
| YUV | 153.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 213 | 0.04 | 0.46 | 0 | 0.16 | 294.43 | 0.54 | 0.65 |
| Hex | CC | 74 | D5 | 4 | 2E | 0 | 10 | 126 | 36 | 41 |
| Octal | 314 | 164 | 325 | 4 | 56 | 0 | 20 | 446 | 66 | 101 |
| Binary | 11001100 | 1110100 | 11010101 | 100 | 101110 | 0 | 10000 | 100100110 | 110110 | 1000001 |
Color Harmonies of #CC74D5
Complementary color
Monochromatic Colors of #CC74D5
Black with #CC74D5
Text Example
Text Example
White with #CC74D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74D5; }
p { color: rgb(204,116,213); }
H1.HeaderClassName
{
color: #CC74D5;
}
.AnyTagClassName
{
color: #CC74D5;
}
</style>
background-color css
<style>
a { background-color: #CC74D5; }
a { background-color: rgb(204,116,213); }
div.DivClassName
{
background-color: #CC74D5;
}
.BgClassName
{
background-color: #CC74D5;
}
</style>
border-color css
<style>
span { border-color: #CC74D5; }
span { border-color: rgb(204,116,213); }
td.TdClassName
{
border-color: #CC74D5;
}
.TagClassName
{
border-color: #CC74D5;
}
</style>