Shades of Orchid #CC74DF
Tints of Orchid #CC74DF
RGB
CMYK
RGB Variations
Color information
#CC74DF (or 0xCC74DF) is known color: Orchid. HEX triplet: CC, 74 and DF. RGB value is (204,116,223). Sum of RGB (Red+Green+Blue) = 204+116+223=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74DF is #338B20. Grayscale: #9A9A9A. Windows color (decimal): -3377953 or 14644428. OLE color: 14644428.
HSL color Cylindrical-coordinate representation of color #CC74DF: hue angle of 289.35º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC74DF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 116 | 223 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.13 |
| HSL | 289.35º | 0.63% | 0.66% | - |
| HSV(B) | 289.35º | 0.48% | 0.87% | - |
| XYZ | 44.47 | 30.66 | 73.39 | - |
| YUV | 154.51 | 166.65 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 223 | 0.09 | 0.48 | 0 | 0.13 | 289.35 | 0.63 | 0.66 |
| Hex | CC | 74 | DF | 9 | 30 | 0 | D | 121 | 3F | 42 |
| Octal | 314 | 164 | 337 | 11 | 60 | 0 | 15 | 441 | 77 | 102 |
| Binary | 11001100 | 1110100 | 11011111 | 1001 | 110000 | 0 | 1101 | 100100001 | 111111 | 1000010 |
Color Harmonies of #CC74DF
Complementary color
Monochromatic Colors of #CC74DF
Black with #CC74DF
Text Example
Text Example
White with #CC74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74DF; }
p { color: rgb(204,116,223); }
H1.HeaderClassName
{
color: #CC74DF;
}
.AnyTagClassName
{
color: #CC74DF;
}
</style>
background-color css
<style>
a { background-color: #CC74DF; }
a { background-color: rgb(204,116,223); }
div.DivClassName
{
background-color: #CC74DF;
}
.BgClassName
{
background-color: #CC74DF;
}
</style>
border-color css
<style>
span { border-color: #CC74DF; }
span { border-color: rgb(204,116,223); }
td.TdClassName
{
border-color: #CC74DF;
}
.TagClassName
{
border-color: #CC74DF;
}
</style>