Shades of Orchid #CB68D7
Tints of Orchid #CB68D7
RGB
CMYK
RGB Variations
Color information
#CB68D7 (or 0xCB68D7) is known color: Orchid. HEX triplet: CB, 68 and D7. RGB value is (203,104,215). Sum of RGB (Red+Green+Blue) = 203+104+215=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68D7 is #349728. Grayscale: #919191. Windows color (decimal): -3446569 or 14117067. OLE color: 14117067.
HSL color Cylindrical-coordinate representation of color #CB68D7: hue angle of 293.51º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB68D7 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 104 | 215 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.16 |
| HSL | 293.51º | 0.58% | 0.63% | - |
| HSV(B) | 293.51º | 0.52% | 0.84% | - |
| XYZ | 41.84 | 27.5 | 67.39 | - |
| YUV | 146.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 215 | 0.06 | 0.52 | 0 | 0.16 | 293.51 | 0.58 | 0.63 |
| Hex | CB | 68 | D7 | 6 | 34 | 0 | 10 | 126 | 3A | 3F |
| Octal | 313 | 150 | 327 | 6 | 64 | 0 | 20 | 446 | 72 | 77 |
| Binary | 11001011 | 1101000 | 11010111 | 110 | 110100 | 0 | 10000 | 100100110 | 111010 | 111111 |
Color Harmonies of #CB68D7
Complementary color
Monochromatic Colors of #CB68D7
Black with #CB68D7
Text Example
Text Example
White with #CB68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68D7; }
p { color: rgb(203,104,215); }
H1.HeaderClassName
{
color: #CB68D7;
}
.AnyTagClassName
{
color: #CB68D7;
}
</style>
background-color css
<style>
a { background-color: #CB68D7; }
a { background-color: rgb(203,104,215); }
div.DivClassName
{
background-color: #CB68D7;
}
.BgClassName
{
background-color: #CB68D7;
}
</style>
border-color css
<style>
span { border-color: #CB68D7; }
span { border-color: rgb(203,104,215); }
td.TdClassName
{
border-color: #CB68D7;
}
.TagClassName
{
border-color: #CB68D7;
}
</style>