Shades of Orchid #CB85D7
Tints of Orchid #CB85D7
RGB
CMYK
RGB Variations
Color information
#CB85D7 (or 0xCB85D7) is known color: Orchid. HEX triplet: CB, 85 and D7. RGB value is (203,133,215). Sum of RGB (Red+Green+Blue) = 203+133+215=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB85D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85D7 is #347A28. Grayscale: #A3A3A3. Windows color (decimal): -3439145 or 14124491. OLE color: 14124491.
HSL color Cylindrical-coordinate representation of color #CB85D7: hue angle of 291.22º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB85D7 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 133 | 215 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.16 |
| HSL | 291.22º | 0.51% | 0.68% | - |
| HSV(B) | 291.22º | 0.38% | 0.84% | - |
| XYZ | 45.28 | 34.38 | 68.54 | - |
| YUV | 163.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 215 | 0.06 | 0.38 | 0 | 0.16 | 291.22 | 0.51 | 0.68 |
| Hex | CB | 85 | D7 | 6 | 26 | 0 | 10 | 123 | 33 | 44 |
| Octal | 313 | 205 | 327 | 6 | 46 | 0 | 20 | 443 | 63 | 104 |
| Binary | 11001011 | 10000101 | 11010111 | 110 | 100110 | 0 | 10000 | 100100011 | 110011 | 1000100 |
Color Harmonies of #CB85D7
Complementary color
Monochromatic Colors of #CB85D7
Black with #CB85D7
Text Example
Text Example
White with #CB85D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85D7; }
p { color: rgb(203,133,215); }
H1.HeaderClassName
{
color: #CB85D7;
}
.AnyTagClassName
{
color: #CB85D7;
}
</style>
background-color css
<style>
a { background-color: #CB85D7; }
a { background-color: rgb(203,133,215); }
div.DivClassName
{
background-color: #CB85D7;
}
.BgClassName
{
background-color: #CB85D7;
}
</style>
border-color css
<style>
span { border-color: #CB85D7; }
span { border-color: rgb(203,133,215); }
td.TdClassName
{
border-color: #CB85D7;
}
.TagClassName
{
border-color: #CB85D7;
}
</style>