Shades of Orchid #CC62DA
Tints of Orchid #CC62DA
RGB
CMYK
RGB Variations
Color information
#CC62DA (or 0xCC62DA) is known color: Orchid. HEX triplet: CC, 62 and DA. RGB value is (204,98,218). Sum of RGB (Red+Green+Blue) = 204+98+218=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62DA is #339D25. Grayscale: #8F8F8F. Windows color (decimal): -3382566 or 14312140. OLE color: 14312140.
HSL color Cylindrical-coordinate representation of color #CC62DA: hue angle of 293º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC62DA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 98 | 218 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.15 |
| HSL | 293º | 0.62% | 0.62% | - |
| HSV(B) | 293º | 0.55% | 0.85% | - |
| XYZ | 41.92 | 26.63 | 69.26 | - |
| YUV | 143.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 218 | 0.06 | 0.55 | 0 | 0.15 | 293 | 0.62 | 0.62 |
| Hex | CC | 62 | DA | 6 | 37 | 0 | F | 125 | 3E | 3E |
| Octal | 314 | 142 | 332 | 6 | 67 | 0 | 17 | 445 | 76 | 76 |
| Binary | 11001100 | 1100010 | 11011010 | 110 | 110111 | 0 | 1111 | 100100101 | 111110 | 111110 |
Color Harmonies of #CC62DA
Complementary color
Monochromatic Colors of #CC62DA
Black with #CC62DA
Text Example
Text Example
White with #CC62DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62DA; }
p { color: rgb(204,98,218); }
H1.HeaderClassName
{
color: #CC62DA;
}
.AnyTagClassName
{
color: #CC62DA;
}
</style>
background-color css
<style>
a { background-color: #CC62DA; }
a { background-color: rgb(204,98,218); }
div.DivClassName
{
background-color: #CC62DA;
}
.BgClassName
{
background-color: #CC62DA;
}
</style>
border-color css
<style>
span { border-color: #CC62DA; }
span { border-color: rgb(204,98,218); }
td.TdClassName
{
border-color: #CC62DA;
}
.TagClassName
{
border-color: #CC62DA;
}
</style>