Shades of Orchid #CD75C5
Tints of Orchid #CD75C5
RGB
CMYK
RGB Variations
Color information
#CD75C5 (or 0xCD75C5) is known color: Orchid. HEX triplet: CD, 75 and C5. RGB value is (205,117,197). Sum of RGB (Red+Green+Blue) = 205+117+197=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75C5 is #328A3A. Grayscale: #989898. Windows color (decimal): -3312187 or 12940749. OLE color: 12940749.
HSL color Cylindrical-coordinate representation of color #CD75C5: hue angle of 305.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD75C5 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 117 | 197 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.20 |
| HSL | 305.45º | 0.47% | 0.63% | - |
| HSV(B) | 305.45º | 0.43% | 0.8% | - |
| XYZ | 41.62 | 29.73 | 56.37 | - |
| YUV | 152.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 117 | 197 | 0 | 0.43 | 0.04 | 0.20 | 305.45 | 0.47 | 0.63 |
| Hex | CD | 75 | C5 | 0 | 2B | 4 | 14 | 131 | 2F | 3F |
| Octal | 315 | 165 | 305 | 0 | 53 | 4 | 24 | 461 | 57 | 77 |
| Binary | 11001101 | 1110101 | 11000101 | 0 | 101011 | 100 | 10100 | 100110001 | 101111 | 111111 |
Color Harmonies of #CD75C5
Complementary color
Monochromatic Colors of #CD75C5
Black with #CD75C5
Text Example
Text Example
White with #CD75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD75C5; }
p { color: rgb(205,117,197); }
H1.HeaderClassName
{
color: #CD75C5;
}
.AnyTagClassName
{
color: #CD75C5;
}
</style>
background-color css
<style>
a { background-color: #CD75C5; }
a { background-color: rgb(205,117,197); }
div.DivClassName
{
background-color: #CD75C5;
}
.BgClassName
{
background-color: #CD75C5;
}
</style>
border-color css
<style>
span { border-color: #CD75C5; }
span { border-color: rgb(205,117,197); }
td.TdClassName
{
border-color: #CD75C5;
}
.TagClassName
{
border-color: #CD75C5;
}
</style>