Shades of Orchid #CD67CB
Tints of Orchid #CD67CB
RGB
CMYK
RGB Variations
Color information
#CD67CB (or 0xCD67CB) is known color: Orchid. HEX triplet: CD, 67 and CB. RGB value is (205,103,203). Sum of RGB (Red+Green+Blue) = 205+103+203=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD67CB is #329834. Grayscale: #909090. Windows color (decimal): -3315765 or 13330381. OLE color: 13330381.
HSL color Cylindrical-coordinate representation of color #CD67CB: hue angle of 301.18º 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 #CD67CB is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 203 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.20 |
| HSL | 301.18º | 0.5% | 0.6% | - |
| HSV(B) | 301.18º | 0.5% | 0.8% | - |
| XYZ | 40.81 | 26.99 | 59.56 | - |
| YUV | 144.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 203 | 0 | 0.50 | 0.01 | 0.20 | 301.18 | 0.5 | 0.6 |
| Hex | CD | 67 | CB | 0 | 32 | 1 | 14 | 12D | 32 | 3C |
| Octal | 315 | 147 | 313 | 0 | 62 | 1 | 24 | 455 | 62 | 74 |
| Binary | 11001101 | 1100111 | 11001011 | 0 | 110010 | 1 | 10100 | 100101101 | 110010 | 111100 |
Color Harmonies of #CD67CB
Complementary color
Monochromatic Colors of #CD67CB
Black with #CD67CB
Text Example
Text Example
White with #CD67CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD67CB; }
p { color: rgb(205,103,203); }
H1.HeaderClassName
{
color: #CD67CB;
}
.AnyTagClassName
{
color: #CD67CB;
}
</style>
background-color css
<style>
a { background-color: #CD67CB; }
a { background-color: rgb(205,103,203); }
div.DivClassName
{
background-color: #CD67CB;
}
.BgClassName
{
background-color: #CD67CB;
}
</style>
border-color css
<style>
span { border-color: #CD67CB; }
span { border-color: rgb(205,103,203); }
td.TdClassName
{
border-color: #CD67CB;
}
.TagClassName
{
border-color: #CD67CB;
}
</style>