Shades of Orchid #CD6CCB
Tints of Orchid #CD6CCB
RGB
CMYK
RGB Variations
Color information
#CD6CCB (or 0xCD6CCB) is known color: Orchid. HEX triplet: CD, 6C and CB. RGB value is (205,108,203). Sum of RGB (Red+Green+Blue) = 205+108+203=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CCB is #329334. Grayscale: #939393. Windows color (decimal): -3314485 or 13331661. OLE color: 13331661.
HSL color Cylindrical-coordinate representation of color #CD6CCB: hue angle of 301.24º 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 #CD6CCB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 203 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.20 |
| HSL | 301.24º | 0.49% | 0.61% | - |
| HSV(B) | 301.24º | 0.47% | 0.8% | - |
| XYZ | 41.32 | 28.02 | 59.73 | - |
| YUV | 147.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 203 | 0 | 0.47 | 0.01 | 0.20 | 301.24 | 0.49 | 0.61 |
| Hex | CD | 6C | CB | 0 | 2F | 1 | 14 | 12D | 31 | 3D |
| Octal | 315 | 154 | 313 | 0 | 57 | 1 | 24 | 455 | 61 | 75 |
| Binary | 11001101 | 1101100 | 11001011 | 0 | 101111 | 1 | 10100 | 100101101 | 110001 | 111101 |
Color Harmonies of #CD6CCB
Complementary color
Monochromatic Colors of #CD6CCB
Black with #CD6CCB
Text Example
Text Example
White with #CD6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6CCB; }
p { color: rgb(205,108,203); }
H1.HeaderClassName
{
color: #CD6CCB;
}
.AnyTagClassName
{
color: #CD6CCB;
}
</style>
background-color css
<style>
a { background-color: #CD6CCB; }
a { background-color: rgb(205,108,203); }
div.DivClassName
{
background-color: #CD6CCB;
}
.BgClassName
{
background-color: #CD6CCB;
}
</style>
border-color css
<style>
span { border-color: #CD6CCB; }
span { border-color: rgb(205,108,203); }
td.TdClassName
{
border-color: #CD6CCB;
}
.TagClassName
{
border-color: #CD6CCB;
}
</style>