Shades of Orchid #CB68CC
Tints of Orchid #CB68CC
RGB
CMYK
RGB Variations
Color information
#CB68CC (or 0xCB68CC) is known color: Orchid. HEX triplet: CB, 68 and CC. RGB value is (203,104,204). Sum of RGB (Red+Green+Blue) = 203+104+204=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68CC is #349733. Grayscale: #909090. Windows color (decimal): -3446580 or 13396171. OLE color: 13396171.
HSL color Cylindrical-coordinate representation of color #CB68CC: hue angle of 299.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB68CC is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 104 | 204 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.2 |
| HSL | 299.4º | 0.5% | 0.6% | - |
| HSV(B) | 299.4º | 0.49% | 0.8% | - |
| XYZ | 40.48 | 26.96 | 60.2 | - |
| YUV | 145 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 204 | 0.00 | 0.49 | 0 | 0.2 | 299.4 | 0.5 | 0.6 |
| Hex | CB | 68 | CC | 0 | 31 | 0 | 14 | 12B | 32 | 3C |
| Octal | 313 | 150 | 314 | 0 | 61 | 0 | 24 | 453 | 62 | 74 |
| Binary | 11001011 | 1101000 | 11001100 | 0 | 110001 | 0 | 10100 | 100101011 | 110010 | 111100 |
Color Harmonies of #CB68CC
Complementary color
Monochromatic Colors of #CB68CC
Black with #CB68CC
Text Example
Text Example
White with #CB68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68CC; }
p { color: rgb(203,104,204); }
H1.HeaderClassName
{
color: #CB68CC;
}
.AnyTagClassName
{
color: #CB68CC;
}
</style>
background-color css
<style>
a { background-color: #CB68CC; }
a { background-color: rgb(203,104,204); }
div.DivClassName
{
background-color: #CB68CC;
}
.BgClassName
{
background-color: #CB68CC;
}
</style>
border-color css
<style>
span { border-color: #CB68CC; }
span { border-color: rgb(203,104,204); }
td.TdClassName
{
border-color: #CB68CC;
}
.TagClassName
{
border-color: #CB68CC;
}
</style>