Shades of Orchid #CC7BDD
Tints of Orchid #CC7BDD
RGB
CMYK
RGB Variations
Color information
#CC7BDD (or 0xCC7BDD) is known color: Orchid. HEX triplet: CC, 7B and DD. RGB value is (204,123,221). Sum of RGB (Red+Green+Blue) = 204+123+221=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BDD is #338422. Grayscale: #9E9E9E. Windows color (decimal): -3376163 or 14515148. OLE color: 14515148.
HSL color Cylindrical-coordinate representation of color #CC7BDD: hue angle of 289.59º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7BDD is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 123 | 221 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.13 |
| HSL | 289.59º | 0.59% | 0.67% | - |
| HSV(B) | 289.59º | 0.44% | 0.87% | - |
| XYZ | 45.04 | 32.22 | 72.25 | - |
| YUV | 158.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 221 | 0.08 | 0.44 | 0 | 0.13 | 289.59 | 0.59 | 0.67 |
| Hex | CC | 7B | DD | 8 | 2C | 0 | D | 122 | 3B | 43 |
| Octal | 314 | 173 | 335 | 10 | 54 | 0 | 15 | 442 | 73 | 103 |
| Binary | 11001100 | 1111011 | 11011101 | 1000 | 101100 | 0 | 1101 | 100100010 | 111011 | 1000011 |
Color Harmonies of #CC7BDD
Complementary color
Monochromatic Colors of #CC7BDD
Black with #CC7BDD
Text Example
Text Example
White with #CC7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BDD; }
p { color: rgb(204,123,221); }
H1.HeaderClassName
{
color: #CC7BDD;
}
.AnyTagClassName
{
color: #CC7BDD;
}
</style>
background-color css
<style>
a { background-color: #CC7BDD; }
a { background-color: rgb(204,123,221); }
div.DivClassName
{
background-color: #CC7BDD;
}
.BgClassName
{
background-color: #CC7BDD;
}
</style>
border-color css
<style>
span { border-color: #CC7BDD; }
span { border-color: rgb(204,123,221); }
td.TdClassName
{
border-color: #CC7BDD;
}
.TagClassName
{
border-color: #CC7BDD;
}
</style>