Shades of Orchid #CC7BDA
Tints of Orchid #CC7BDA
RGB
CMYK
RGB Variations
Color information
#CC7BDA (or 0xCC7BDA) is known color: Orchid. HEX triplet: CC, 7B and DA. RGB value is (204,123,218). Sum of RGB (Red+Green+Blue) = 204+123+218=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BDA is #338425. Grayscale: #9D9D9D. Windows color (decimal): -3376166 or 14318540. OLE color: 14318540.
HSL color Cylindrical-coordinate representation of color #CC7BDA: hue angle of 291.16º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7BDA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 123 | 218 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.15 |
| HSL | 291.16º | 0.56% | 0.67% | - |
| HSV(B) | 291.16º | 0.44% | 0.85% | - |
| XYZ | 44.64 | 32.07 | 70.17 | - |
| YUV | 158.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 218 | 0.06 | 0.44 | 0 | 0.15 | 291.16 | 0.56 | 0.67 |
| Hex | CC | 7B | DA | 6 | 2C | 0 | F | 123 | 38 | 43 |
| Octal | 314 | 173 | 332 | 6 | 54 | 0 | 17 | 443 | 70 | 103 |
| Binary | 11001100 | 1111011 | 11011010 | 110 | 101100 | 0 | 1111 | 100100011 | 111000 | 1000011 |
Color Harmonies of #CC7BDA
Complementary color
Monochromatic Colors of #CC7BDA
Black with #CC7BDA
Text Example
Text Example
White with #CC7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BDA; }
p { color: rgb(204,123,218); }
H1.HeaderClassName
{
color: #CC7BDA;
}
.AnyTagClassName
{
color: #CC7BDA;
}
</style>
background-color css
<style>
a { background-color: #CC7BDA; }
a { background-color: rgb(204,123,218); }
div.DivClassName
{
background-color: #CC7BDA;
}
.BgClassName
{
background-color: #CC7BDA;
}
</style>
border-color css
<style>
span { border-color: #CC7BDA; }
span { border-color: rgb(204,123,218); }
td.TdClassName
{
border-color: #CC7BDA;
}
.TagClassName
{
border-color: #CC7BDA;
}
</style>