Shades of Orchid #CD6CC2
Tints of Orchid #CD6CC2
RGB
CMYK
RGB Variations
Color information
#CD6CC2 (or 0xCD6CC2) is known color: Orchid. HEX triplet: CD, 6C and C2. RGB value is (205,108,194). Sum of RGB (Red+Green+Blue) = 205+108+194=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CC2 is #32933D. Grayscale: #929292. Windows color (decimal): -3314494 or 12741837. OLE color: 12741837.
HSL color Cylindrical-coordinate representation of color #CD6CC2: hue angle of 306.8º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6CC2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 194 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.20 |
| HSL | 306.8º | 0.49% | 0.61% | - |
| HSV(B) | 306.8º | 0.47% | 0.8% | - |
| XYZ | 40.28 | 27.6 | 54.24 | - |
| YUV | 146.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 194 | 0 | 0.47 | 0.05 | 0.20 | 306.8 | 0.49 | 0.61 |
| Hex | CD | 6C | C2 | 0 | 2F | 5 | 14 | 133 | 31 | 3D |
| Octal | 315 | 154 | 302 | 0 | 57 | 5 | 24 | 463 | 61 | 75 |
| Binary | 11001101 | 1101100 | 11000010 | 0 | 101111 | 101 | 10100 | 100110011 | 110001 | 111101 |
Color Harmonies of #CD6CC2
Complementary color
Monochromatic Colors of #CD6CC2
Black with #CD6CC2
Text Example
Text Example
White with #CD6CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6CC2; }
p { color: rgb(205,108,194); }
H1.HeaderClassName
{
color: #CD6CC2;
}
.AnyTagClassName
{
color: #CD6CC2;
}
</style>
background-color css
<style>
a { background-color: #CD6CC2; }
a { background-color: rgb(205,108,194); }
div.DivClassName
{
background-color: #CD6CC2;
}
.BgClassName
{
background-color: #CD6CC2;
}
</style>
border-color css
<style>
span { border-color: #CD6CC2; }
span { border-color: rgb(205,108,194); }
td.TdClassName
{
border-color: #CD6CC2;
}
.TagClassName
{
border-color: #CD6CC2;
}
</style>