Shades of Orchid #CC62CF
Tints of Orchid #CC62CF
RGB
CMYK
RGB Variations
Color information
#CC62CF (or 0xCC62CF) is known color: Orchid. HEX triplet: CC, 62 and CF. RGB value is (204,98,207). Sum of RGB (Red+Green+Blue) = 204+98+207=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62CF is #339D30. Grayscale: #8D8D8D. Windows color (decimal): -3382577 or 13591244. OLE color: 13591244.
HSL color Cylindrical-coordinate representation of color #CC62CF: hue angle of 298.35º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC62CF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 98 | 207 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.19 |
| HSL | 298.35º | 0.53% | 0.6% | - |
| HSV(B) | 298.35º | 0.53% | 0.81% | - |
| XYZ | 40.53 | 26.08 | 61.93 | - |
| YUV | 142.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 207 | 0.01 | 0.53 | 0 | 0.19 | 298.35 | 0.53 | 0.6 |
| Hex | CC | 62 | CF | 1 | 35 | 0 | 13 | 12A | 35 | 3C |
| Octal | 314 | 142 | 317 | 1 | 65 | 0 | 23 | 452 | 65 | 74 |
| Binary | 11001100 | 1100010 | 11001111 | 1 | 110101 | 0 | 10011 | 100101010 | 110101 | 111100 |
Color Harmonies of #CC62CF
Complementary color
Monochromatic Colors of #CC62CF
Black with #CC62CF
Text Example
Text Example
White with #CC62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62CF; }
p { color: rgb(204,98,207); }
H1.HeaderClassName
{
color: #CC62CF;
}
.AnyTagClassName
{
color: #CC62CF;
}
</style>
background-color css
<style>
a { background-color: #CC62CF; }
a { background-color: rgb(204,98,207); }
div.DivClassName
{
background-color: #CC62CF;
}
.BgClassName
{
background-color: #CC62CF;
}
</style>
border-color css
<style>
span { border-color: #CC62CF; }
span { border-color: rgb(204,98,207); }
td.TdClassName
{
border-color: #CC62CF;
}
.TagClassName
{
border-color: #CC62CF;
}
</style>