Shades of Orchid #CB75DD
Tints of Orchid #CB75DD
RGB
CMYK
RGB Variations
Color information
#CB75DD (or 0xCB75DD) is known color: Orchid. HEX triplet: CB, 75 and DD. RGB value is (203,117,221). Sum of RGB (Red+Green+Blue) = 203+117+221=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75DD is #348A22. Grayscale: #9A9A9A. Windows color (decimal): -3443235 or 14513611. OLE color: 14513611.
HSL color Cylindrical-coordinate representation of color #CB75DD: hue angle of 289.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB75DD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 117 | 221 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.13 |
| HSL | 289.62º | 0.6% | 0.66% | - |
| HSV(B) | 289.62º | 0.47% | 0.87% | - |
| XYZ | 44.04 | 30.64 | 72 | - |
| YUV | 154.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 221 | 0.08 | 0.47 | 0 | 0.13 | 289.62 | 0.6 | 0.66 |
| Hex | CB | 75 | DD | 8 | 2F | 0 | D | 122 | 3C | 42 |
| Octal | 313 | 165 | 335 | 10 | 57 | 0 | 15 | 442 | 74 | 102 |
| Binary | 11001011 | 1110101 | 11011101 | 1000 | 101111 | 0 | 1101 | 100100010 | 111100 | 1000010 |
Color Harmonies of #CB75DD
Complementary color
Monochromatic Colors of #CB75DD
Black with #CB75DD
Text Example
Text Example
White with #CB75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75DD; }
p { color: rgb(203,117,221); }
H1.HeaderClassName
{
color: #CB75DD;
}
.AnyTagClassName
{
color: #CB75DD;
}
</style>
background-color css
<style>
a { background-color: #CB75DD; }
a { background-color: rgb(203,117,221); }
div.DivClassName
{
background-color: #CB75DD;
}
.BgClassName
{
background-color: #CB75DD;
}
</style>
border-color css
<style>
span { border-color: #CB75DD; }
span { border-color: rgb(203,117,221); }
td.TdClassName
{
border-color: #CB75DD;
}
.TagClassName
{
border-color: #CB75DD;
}
</style>