Shades of Orchid #CC74D9
Tints of Orchid #CC74D9
RGB
CMYK
RGB Variations
Color information
#CC74D9 (or 0xCC74D9) is known color: Orchid. HEX triplet: CC, 74 and D9. RGB value is (204,116,217). Sum of RGB (Red+Green+Blue) = 204+116+217=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC74D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74D9 is #338B26. Grayscale: #999999. Windows color (decimal): -3377959 or 14251212. OLE color: 14251212.
HSL color Cylindrical-coordinate representation of color #CC74D9: hue angle of 292.28º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC74D9 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 116 | 217 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.15 |
| HSL | 292.28º | 0.57% | 0.65% | - |
| HSV(B) | 292.28º | 0.47% | 0.85% | - |
| XYZ | 43.67 | 30.34 | 69.2 | - |
| YUV | 153.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 217 | 0.06 | 0.47 | 0 | 0.15 | 292.28 | 0.57 | 0.65 |
| Hex | CC | 74 | D9 | 6 | 2F | 0 | F | 124 | 39 | 41 |
| Octal | 314 | 164 | 331 | 6 | 57 | 0 | 17 | 444 | 71 | 101 |
| Binary | 11001100 | 1110100 | 11011001 | 110 | 101111 | 0 | 1111 | 100100100 | 111001 | 1000001 |
Color Harmonies of #CC74D9
Complementary color
Monochromatic Colors of #CC74D9
Black with #CC74D9
Text Example
Text Example
White with #CC74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74D9; }
p { color: rgb(204,116,217); }
H1.HeaderClassName
{
color: #CC74D9;
}
.AnyTagClassName
{
color: #CC74D9;
}
</style>
background-color css
<style>
a { background-color: #CC74D9; }
a { background-color: rgb(204,116,217); }
div.DivClassName
{
background-color: #CC74D9;
}
.BgClassName
{
background-color: #CC74D9;
}
</style>
border-color css
<style>
span { border-color: #CC74D9; }
span { border-color: rgb(204,116,217); }
td.TdClassName
{
border-color: #CC74D9;
}
.TagClassName
{
border-color: #CC74D9;
}
</style>