Shades of Orchid #CC67CE
Tints of Orchid #CC67CE
RGB
CMYK
RGB Variations
Color information
#CC67CE (or 0xCC67CE) is known color: Orchid. HEX triplet: CC, 67 and CE. RGB value is (204,103,206). Sum of RGB (Red+Green+Blue) = 204+103+206=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67CE is #339831. Grayscale: #909090. Windows color (decimal): -3381298 or 13526988. OLE color: 13526988.
HSL color Cylindrical-coordinate representation of color #CC67CE: hue angle of 298.83º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC67CE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 103 | 206 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.19 |
| HSL | 298.84º | 0.51% | 0.61% | - |
| HSV(B) | 298.84º | 0.5% | 0.81% | - |
| XYZ | 40.89 | 26.99 | 61.45 | - |
| YUV | 144.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 206 | 0.01 | 0.50 | 0 | 0.19 | 298.84 | 0.51 | 0.61 |
| Hex | CC | 67 | CE | 1 | 32 | 0 | 13 | 12B | 33 | 3D |
| Octal | 314 | 147 | 316 | 1 | 62 | 0 | 23 | 453 | 63 | 75 |
| Binary | 11001100 | 1100111 | 11001110 | 1 | 110010 | 0 | 10011 | 100101011 | 110011 | 111101 |
Color Harmonies of #CC67CE
Complementary color
Monochromatic Colors of #CC67CE
Black with #CC67CE
Text Example
Text Example
White with #CC67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67CE; }
p { color: rgb(204,103,206); }
H1.HeaderClassName
{
color: #CC67CE;
}
.AnyTagClassName
{
color: #CC67CE;
}
</style>
background-color css
<style>
a { background-color: #CC67CE; }
a { background-color: rgb(204,103,206); }
div.DivClassName
{
background-color: #CC67CE;
}
.BgClassName
{
background-color: #CC67CE;
}
</style>
border-color css
<style>
span { border-color: #CC67CE; }
span { border-color: rgb(204,103,206); }
td.TdClassName
{
border-color: #CC67CE;
}
.TagClassName
{
border-color: #CC67CE;
}
</style>