Shades of Orchid #CD67C5
Tints of Orchid #CD67C5
RGB
CMYK
RGB Variations
Color information
#CD67C5 (or 0xCD67C5) is known color: Orchid. HEX triplet: CD, 67 and C5. RGB value is (205,103,197). Sum of RGB (Red+Green+Blue) = 205+103+197=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD67C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67C5 is #32983A. Grayscale: #8F8F8F. Windows color (decimal): -3315771 or 12937165. OLE color: 12937165.
HSL color Cylindrical-coordinate representation of color #CD67C5: hue angle of 304.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD67C5 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 197 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.20 |
| HSL | 304.71º | 0.5% | 0.6% | - |
| HSV(B) | 304.71º | 0.5% | 0.8% | - |
| XYZ | 40.11 | 26.71 | 55.87 | - |
| YUV | 144.21 | 157.79 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 197 | 0 | 0.50 | 0.04 | 0.20 | 304.71 | 0.5 | 0.6 |
| Hex | CD | 67 | C5 | 0 | 32 | 4 | 14 | 131 | 32 | 3C |
| Octal | 315 | 147 | 305 | 0 | 62 | 4 | 24 | 461 | 62 | 74 |
| Binary | 11001101 | 1100111 | 11000101 | 0 | 110010 | 100 | 10100 | 100110001 | 110010 | 111100 |
Color Harmonies of #CD67C5
Complementary color
Monochromatic Colors of #CD67C5
Black with #CD67C5
Text Example
Text Example
White with #CD67C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD67C5; }
p { color: rgb(205,103,197); }
H1.HeaderClassName
{
color: #CD67C5;
}
.AnyTagClassName
{
color: #CD67C5;
}
</style>
background-color css
<style>
a { background-color: #CD67C5; }
a { background-color: rgb(205,103,197); }
div.DivClassName
{
background-color: #CD67C5;
}
.BgClassName
{
background-color: #CD67C5;
}
</style>
border-color css
<style>
span { border-color: #CD67C5; }
span { border-color: rgb(205,103,197); }
td.TdClassName
{
border-color: #CD67C5;
}
.TagClassName
{
border-color: #CD67C5;
}
</style>