Shades of Orchid #CD7BC5
Tints of Orchid #CD7BC5
RGB
CMYK
RGB Variations
Color information
#CD7BC5 (or 0xCD7BC5) is known color: Orchid. HEX triplet: CD, 7B and C5. RGB value is (205,123,197). Sum of RGB (Red+Green+Blue) = 205+123+197=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BC5 is #32843A. Grayscale: #9B9B9B. Windows color (decimal): -3310651 or 12942285. OLE color: 12942285.
HSL color Cylindrical-coordinate representation of color #CD7BC5: hue angle of 305.85º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7BC5 is Cyan = 0, Magento = 0.4, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 197 | - |
| CMYK | 0 | 0.4 | 0.04 | 0.20 |
| HSL | 305.85º | 0.45% | 0.64% | - |
| HSV(B) | 305.85º | 0.4% | 0.8% | - |
| XYZ | 42.34 | 31.18 | 56.61 | - |
| YUV | 155.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 197 | 0 | 0.4 | 0.04 | 0.20 | 305.85 | 0.45 | 0.64 |
| Hex | CD | 7B | C5 | 0 | 28 | 4 | 14 | 132 | 2D | 40 |
| Octal | 315 | 173 | 305 | 0 | 50 | 4 | 24 | 462 | 55 | 100 |
| Binary | 11001101 | 1111011 | 11000101 | 0 | 101000 | 100 | 10100 | 100110010 | 101101 | 1000000 |
Color Harmonies of #CD7BC5
Complementary color
Monochromatic Colors of #CD7BC5
Black with #CD7BC5
Text Example
Text Example
White with #CD7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7BC5; }
p { color: rgb(205,123,197); }
H1.HeaderClassName
{
color: #CD7BC5;
}
.AnyTagClassName
{
color: #CD7BC5;
}
</style>
background-color css
<style>
a { background-color: #CD7BC5; }
a { background-color: rgb(205,123,197); }
div.DivClassName
{
background-color: #CD7BC5;
}
.BgClassName
{
background-color: #CD7BC5;
}
</style>
border-color css
<style>
span { border-color: #CD7BC5; }
span { border-color: rgb(205,123,197); }
td.TdClassName
{
border-color: #CD7BC5;
}
.TagClassName
{
border-color: #CD7BC5;
}
</style>