Shades of Orchid #CC7BDF
Tints of Orchid #CC7BDF
RGB
CMYK
RGB Variations
Color information
#CC7BDF (or 0xCC7BDF) is known color: Orchid. HEX triplet: CC, 7B and DF. RGB value is (204,123,223). Sum of RGB (Red+Green+Blue) = 204+123+223=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BDF is #338420. Grayscale: #9E9E9E. Windows color (decimal): -3376161 or 14646220. OLE color: 14646220.
HSL color Cylindrical-coordinate representation of color #CC7BDF: hue angle of 288.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7BDF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 123 | 223 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 288.6º | 0.61% | 0.68% | - |
| HSV(B) | 288.6º | 0.45% | 0.87% | - |
| XYZ | 45.3 | 32.33 | 73.66 | - |
| YUV | 158.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 223 | 0.09 | 0.45 | 0 | 0.13 | 288.6 | 0.61 | 0.68 |
| Hex | CC | 7B | DF | 9 | 2D | 0 | D | 121 | 3D | 44 |
| Octal | 314 | 173 | 337 | 11 | 55 | 0 | 15 | 441 | 75 | 104 |
| Binary | 11001100 | 1111011 | 11011111 | 1001 | 101101 | 0 | 1101 | 100100001 | 111101 | 1000100 |
Color Harmonies of #CC7BDF
Complementary color
Monochromatic Colors of #CC7BDF
Black with #CC7BDF
Text Example
Text Example
White with #CC7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BDF; }
p { color: rgb(204,123,223); }
H1.HeaderClassName
{
color: #CC7BDF;
}
.AnyTagClassName
{
color: #CC7BDF;
}
</style>
background-color css
<style>
a { background-color: #CC7BDF; }
a { background-color: rgb(204,123,223); }
div.DivClassName
{
background-color: #CC7BDF;
}
.BgClassName
{
background-color: #CC7BDF;
}
</style>
border-color css
<style>
span { border-color: #CC7BDF; }
span { border-color: rgb(204,123,223); }
td.TdClassName
{
border-color: #CC7BDF;
}
.TagClassName
{
border-color: #CC7BDF;
}
</style>