Shades of Orchid #CC67D5
Tints of Orchid #CC67D5
RGB
CMYK
RGB Variations
Color information
#CC67D5 (or 0xCC67D5) is known color: Orchid. HEX triplet: CC, 67 and D5. RGB value is (204,103,213). Sum of RGB (Red+Green+Blue) = 204+103+213=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67D5 is #33982A. Grayscale: #919191. Windows color (decimal): -3381291 or 13985740. OLE color: 13985740.
HSL color Cylindrical-coordinate representation of color #CC67D5: hue angle of 295.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC67D5 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 103 | 213 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.16 |
| HSL | 295.09º | 0.57% | 0.62% | - |
| HSV(B) | 295.09º | 0.52% | 0.84% | - |
| XYZ | 41.76 | 27.34 | 66.03 | - |
| YUV | 145.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 213 | 0.04 | 0.52 | 0 | 0.16 | 295.09 | 0.57 | 0.62 |
| Hex | CC | 67 | D5 | 4 | 34 | 0 | 10 | 127 | 39 | 3E |
| Octal | 314 | 147 | 325 | 4 | 64 | 0 | 20 | 447 | 71 | 76 |
| Binary | 11001100 | 1100111 | 11010101 | 100 | 110100 | 0 | 10000 | 100100111 | 111001 | 111110 |
Color Harmonies of #CC67D5
Complementary color
Monochromatic Colors of #CC67D5
Black with #CC67D5
Text Example
Text Example
White with #CC67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC67D5; }
p { color: rgb(204,103,213); }
H1.HeaderClassName
{
color: #CC67D5;
}
.AnyTagClassName
{
color: #CC67D5;
}
</style>
background-color css
<style>
a { background-color: #CC67D5; }
a { background-color: rgb(204,103,213); }
div.DivClassName
{
background-color: #CC67D5;
}
.BgClassName
{
background-color: #CC67D5;
}
</style>
border-color css
<style>
span { border-color: #CC67D5; }
span { border-color: rgb(204,103,213); }
td.TdClassName
{
border-color: #CC67D5;
}
.TagClassName
{
border-color: #CC67D5;
}
</style>