Shades of Orchid #CC7BD3
Tints of Orchid #CC7BD3
RGB
CMYK
RGB Variations
Color information
#CC7BD3 (or 0xCC7BD3) is known color: Orchid. HEX triplet: CC, 7B and D3. RGB value is (204,123,211). Sum of RGB (Red+Green+Blue) = 204+123+211=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC7BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BD3 is #33842C. Grayscale: #9C9C9C. Windows color (decimal): -3376173 or 13859788. OLE color: 13859788.
HSL color Cylindrical-coordinate representation of color #CC7BD3: hue angle of 295.23º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7BD3 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 123 | 211 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.17 |
| HSL | 295.23º | 0.5% | 0.65% | - |
| HSV(B) | 295.23º | 0.42% | 0.83% | - |
| XYZ | 43.74 | 31.71 | 65.44 | - |
| YUV | 157.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 211 | 0.03 | 0.42 | 0 | 0.17 | 295.23 | 0.5 | 0.65 |
| Hex | CC | 7B | D3 | 3 | 2A | 0 | 11 | 127 | 32 | 41 |
| Octal | 314 | 173 | 323 | 3 | 52 | 0 | 21 | 447 | 62 | 101 |
| Binary | 11001100 | 1111011 | 11010011 | 11 | 101010 | 0 | 10001 | 100100111 | 110010 | 1000001 |
Color Harmonies of #CC7BD3
Complementary color
Monochromatic Colors of #CC7BD3
Black with #CC7BD3
Text Example
Text Example
White with #CC7BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BD3; }
p { color: rgb(204,123,211); }
H1.HeaderClassName
{
color: #CC7BD3;
}
.AnyTagClassName
{
color: #CC7BD3;
}
</style>
background-color css
<style>
a { background-color: #CC7BD3; }
a { background-color: rgb(204,123,211); }
div.DivClassName
{
background-color: #CC7BD3;
}
.BgClassName
{
background-color: #CC7BD3;
}
</style>
border-color css
<style>
span { border-color: #CC7BD3; }
span { border-color: rgb(204,123,211); }
td.TdClassName
{
border-color: #CC7BD3;
}
.TagClassName
{
border-color: #CC7BD3;
}
</style>