Shades of Orchid #CB68DF
Tints of Orchid #CB68DF
RGB
CMYK
RGB Variations
Color information
#CB68DF (or 0xCB68DF) is known color: Orchid. HEX triplet: CB, 68 and DF. RGB value is (203,104,223). Sum of RGB (Red+Green+Blue) = 203+104+223=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68DF is #349720. Grayscale: #929292. Windows color (decimal): -3446561 or 14641355. OLE color: 14641355.
HSL color Cylindrical-coordinate representation of color #CB68DF: hue angle of 289.92º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB68DF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 104 | 223 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.13 |
| HSL | 289.92º | 0.65% | 0.64% | - |
| HSV(B) | 289.92º | 0.53% | 0.87% | - |
| XYZ | 42.9 | 27.92 | 72.94 | - |
| YUV | 147.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 223 | 0.09 | 0.53 | 0 | 0.13 | 289.92 | 0.65 | 0.64 |
| Hex | CB | 68 | DF | 9 | 35 | 0 | D | 122 | 41 | 40 |
| Octal | 313 | 150 | 337 | 11 | 65 | 0 | 15 | 442 | 101 | 100 |
| Binary | 11001011 | 1101000 | 11011111 | 1001 | 110101 | 0 | 1101 | 100100010 | 1000001 | 1000000 |
Color Harmonies of #CB68DF
Complementary color
Monochromatic Colors of #CB68DF
Black with #CB68DF
Text Example
Text Example
White with #CB68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68DF; }
p { color: rgb(203,104,223); }
H1.HeaderClassName
{
color: #CB68DF;
}
.AnyTagClassName
{
color: #CB68DF;
}
</style>
background-color css
<style>
a { background-color: #CB68DF; }
a { background-color: rgb(203,104,223); }
div.DivClassName
{
background-color: #CB68DF;
}
.BgClassName
{
background-color: #CB68DF;
}
</style>
border-color css
<style>
span { border-color: #CB68DF; }
span { border-color: rgb(203,104,223); }
td.TdClassName
{
border-color: #CB68DF;
}
.TagClassName
{
border-color: #CB68DF;
}
</style>