#CC55CD (or 0xCC55CD) is unknown color: approx Fuchsia. HEX triplet: CC, 55 and CD. RGB value is (204,85,205). Sum of RGB (Red+Green+Blue) = 204+85+205=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC55CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55CD is #33AA32. Grayscale: #858585. Windows color (decimal): -3385907 or 13456844. OLE color: 13456844.
HSL color Cylindrical-coordinate representation of color #CC55CD: hue angle of 299.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC55CD is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
<style> p { color: #cc55cd; } p { color: rgb(204,85,205); } H1.HeaderClassName { color: #cc55cd; } .AnyTagClassName { color: #cc55cd; } </style>
<style> a { background-color: #cc55cd; } a { background-color: rgb(204,85,205); } div.DivClassName { background-color: #cc55cd; } .BgClassName { background-color: #cc55cd; } </style>
<style> span { border-color: #cc55cd; } span { border-color: rgb(204,85,205); } td.TdClassName { border-color: #cc55cd; } .TagClassName { border-color: #cc55cd; } </style>