Shades of Orchid #CB68D3
Tints of Orchid #CB68D3
RGB
CMYK
RGB Variations
Color information
#CB68D3 (or 0xCB68D3) is known color: Orchid. HEX triplet: CB, 68 and D3. RGB value is (203,104,211). Sum of RGB (Red+Green+Blue) = 203+104+211=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB68D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68D3 is #34972C. Grayscale: #919191. Windows color (decimal): -3446573 or 13854923. OLE color: 13854923.
HSL color Cylindrical-coordinate representation of color #CB68D3: hue angle of 295.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB68D3 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 104 | 211 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.17 |
| HSL | 295.51º | 0.55% | 0.62% | - |
| HSV(B) | 295.51º | 0.51% | 0.83% | - |
| XYZ | 41.34 | 27.3 | 64.72 | - |
| YUV | 145.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 211 | 0.04 | 0.51 | 0 | 0.17 | 295.51 | 0.55 | 0.62 |
| Hex | CB | 68 | D3 | 4 | 33 | 0 | 11 | 128 | 37 | 3E |
| Octal | 313 | 150 | 323 | 4 | 63 | 0 | 21 | 450 | 67 | 76 |
| Binary | 11001011 | 1101000 | 11010011 | 100 | 110011 | 0 | 10001 | 100101000 | 110111 | 111110 |
Color Harmonies of #CB68D3
Complementary color
Monochromatic Colors of #CB68D3
Black with #CB68D3
Text Example
Text Example
White with #CB68D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68D3; }
p { color: rgb(203,104,211); }
H1.HeaderClassName
{
color: #CB68D3;
}
.AnyTagClassName
{
color: #CB68D3;
}
</style>
background-color css
<style>
a { background-color: #CB68D3; }
a { background-color: rgb(203,104,211); }
div.DivClassName
{
background-color: #CB68D3;
}
.BgClassName
{
background-color: #CB68D3;
}
</style>
border-color css
<style>
span { border-color: #CB68D3; }
span { border-color: rgb(203,104,211); }
td.TdClassName
{
border-color: #CB68D3;
}
.TagClassName
{
border-color: #CB68D3;
}
</style>