Shades of Orchid #CB68CD
Tints of Orchid #CB68CD
RGB
CMYK
RGB Variations
Color information
#CB68CD (or 0xCB68CD) is known color: Orchid. HEX triplet: CB, 68 and CD. RGB value is (203,104,205). Sum of RGB (Red+Green+Blue) = 203+104+205=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68CD is #349732. Grayscale: #909090. Windows color (decimal): -3446579 or 13461707. OLE color: 13461707.
HSL color Cylindrical-coordinate representation of color #CB68CD: hue angle of 298.81º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB68CD is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 205 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.20 |
| HSL | 298.81º | 0.5% | 0.61% | - |
| HSV(B) | 298.81º | 0.49% | 0.8% | - |
| XYZ | 40.6 | 27 | 60.83 | - |
| YUV | 145.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 205 | 0.01 | 0.49 | 0 | 0.20 | 298.81 | 0.5 | 0.61 |
| Hex | CB | 68 | CD | 1 | 31 | 0 | 14 | 12B | 32 | 3D |
| Octal | 313 | 150 | 315 | 1 | 61 | 0 | 24 | 453 | 62 | 75 |
| Binary | 11001011 | 1101000 | 11001101 | 1 | 110001 | 0 | 10100 | 100101011 | 110010 | 111101 |
Color Harmonies of #CB68CD
Complementary color
Monochromatic Colors of #CB68CD
Black with #CB68CD
Text Example
Text Example
White with #CB68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68CD; }
p { color: rgb(203,104,205); }
H1.HeaderClassName
{
color: #CB68CD;
}
.AnyTagClassName
{
color: #CB68CD;
}
</style>
background-color css
<style>
a { background-color: #CB68CD; }
a { background-color: rgb(203,104,205); }
div.DivClassName
{
background-color: #CB68CD;
}
.BgClassName
{
background-color: #CB68CD;
}
</style>
border-color css
<style>
span { border-color: #CB68CD; }
span { border-color: rgb(203,104,205); }
td.TdClassName
{
border-color: #CB68CD;
}
.TagClassName
{
border-color: #CB68CD;
}
</style>