Shades of Orchid #CD7BC3
Tints of Orchid #CD7BC3
RGB
CMYK
RGB Variations
Color information
#CD7BC3 (or 0xCD7BC3) is known color: Orchid. HEX triplet: CD, 7B and C3. RGB value is (205,123,195). Sum of RGB (Red+Green+Blue) = 205+123+195=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BC3 is #32843C. Grayscale: #9B9B9B. Windows color (decimal): -3310653 or 12811213. OLE color: 12811213.
HSL color Cylindrical-coordinate representation of color #CD7BC3: hue angle of 307.32º 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 #CD7BC3 is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 195 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.20 |
| HSL | 307.32º | 0.45% | 0.64% | - |
| HSV(B) | 307.32º | 0.4% | 0.8% | - |
| XYZ | 42.11 | 31.09 | 55.41 | - |
| YUV | 155.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 195 | 0 | 0.4 | 0.05 | 0.20 | 307.32 | 0.45 | 0.64 |
| Hex | CD | 7B | C3 | 0 | 28 | 5 | 14 | 133 | 2D | 40 |
| Octal | 315 | 173 | 303 | 0 | 50 | 5 | 24 | 463 | 55 | 100 |
| Binary | 11001101 | 1111011 | 11000011 | 0 | 101000 | 101 | 10100 | 100110011 | 101101 | 1000000 |
Color Harmonies of #CD7BC3
Complementary color
Monochromatic Colors of #CD7BC3
Black with #CD7BC3
Text Example
Text Example
White with #CD7BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7BC3; }
p { color: rgb(205,123,195); }
H1.HeaderClassName
{
color: #CD7BC3;
}
.AnyTagClassName
{
color: #CD7BC3;
}
</style>
background-color css
<style>
a { background-color: #CD7BC3; }
a { background-color: rgb(205,123,195); }
div.DivClassName
{
background-color: #CD7BC3;
}
.BgClassName
{
background-color: #CD7BC3;
}
</style>
border-color css
<style>
span { border-color: #CD7BC3; }
span { border-color: rgb(205,123,195); }
td.TdClassName
{
border-color: #CD7BC3;
}
.TagClassName
{
border-color: #CD7BC3;
}
</style>