Shades of Orchid #CB68D4
Tints of Orchid #CB68D4
RGB
CMYK
RGB Variations
Color information
#CB68D4 (or 0xCB68D4) is known color: Orchid. HEX triplet: CB, 68 and D4. RGB value is (203,104,212). Sum of RGB (Red+Green+Blue) = 203+104+212=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68D4 is #34972B. Grayscale: #919191. Windows color (decimal): -3446572 or 13920459. OLE color: 13920459.
HSL color Cylindrical-coordinate representation of color #CB68D4: hue angle of 295º degrees, saturation: 0.56, 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 #CB68D4 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 104 | 212 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.17 |
| HSL | 295º | 0.56% | 0.62% | - |
| HSV(B) | 295º | 0.51% | 0.83% | - |
| XYZ | 41.46 | 27.35 | 65.38 | - |
| YUV | 145.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 212 | 0.04 | 0.51 | 0 | 0.17 | 295 | 0.56 | 0.62 |
| Hex | CB | 68 | D4 | 4 | 33 | 0 | 11 | 127 | 38 | 3E |
| Octal | 313 | 150 | 324 | 4 | 63 | 0 | 21 | 447 | 70 | 76 |
| Binary | 11001011 | 1101000 | 11010100 | 100 | 110011 | 0 | 10001 | 100100111 | 111000 | 111110 |
Color Harmonies of #CB68D4
Complementary color
Monochromatic Colors of #CB68D4
Black with #CB68D4
Text Example
Text Example
White with #CB68D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68D4; }
p { color: rgb(203,104,212); }
H1.HeaderClassName
{
color: #CB68D4;
}
.AnyTagClassName
{
color: #CB68D4;
}
</style>
background-color css
<style>
a { background-color: #CB68D4; }
a { background-color: rgb(203,104,212); }
div.DivClassName
{
background-color: #CB68D4;
}
.BgClassName
{
background-color: #CB68D4;
}
</style>
border-color css
<style>
span { border-color: #CB68D4; }
span { border-color: rgb(203,104,212); }
td.TdClassName
{
border-color: #CB68D4;
}
.TagClassName
{
border-color: #CB68D4;
}
</style>