Shades of Orchid #CC74CF
Tints of Orchid #CC74CF
RGB
CMYK
RGB Variations
Color information
#CC74CF (or 0xCC74CF) is known color: Orchid. HEX triplet: CC, 74 and CF. RGB value is (204,116,207). Sum of RGB (Red+Green+Blue) = 204+116+207=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74CF is #338B30. Grayscale: #989898. Windows color (decimal): -3377969 or 13595852. OLE color: 13595852.
HSL color Cylindrical-coordinate representation of color #CC74CF: hue angle of 298.02º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC74CF is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 116 | 207 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.19 |
| HSL | 298.02º | 0.49% | 0.63% | - |
| HSV(B) | 298.02º | 0.44% | 0.81% | - |
| XYZ | 42.41 | 29.83 | 62.55 | - |
| YUV | 152.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 207 | 0.01 | 0.44 | 0 | 0.19 | 298.02 | 0.49 | 0.63 |
| Hex | CC | 74 | CF | 1 | 2C | 0 | 13 | 12A | 31 | 3F |
| Octal | 314 | 164 | 317 | 1 | 54 | 0 | 23 | 452 | 61 | 77 |
| Binary | 11001100 | 1110100 | 11001111 | 1 | 101100 | 0 | 10011 | 100101010 | 110001 | 111111 |
Color Harmonies of #CC74CF
Complementary color
Monochromatic Colors of #CC74CF
Black with #CC74CF
Text Example
Text Example
White with #CC74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC74CF; }
p { color: rgb(204,116,207); }
H1.HeaderClassName
{
color: #CC74CF;
}
.AnyTagClassName
{
color: #CC74CF;
}
</style>
background-color css
<style>
a { background-color: #CC74CF; }
a { background-color: rgb(204,116,207); }
div.DivClassName
{
background-color: #CC74CF;
}
.BgClassName
{
background-color: #CC74CF;
}
</style>
border-color css
<style>
span { border-color: #CC74CF; }
span { border-color: rgb(204,116,207); }
td.TdClassName
{
border-color: #CC74CF;
}
.TagClassName
{
border-color: #CC74CF;
}
</style>