Shades of Orchid #CB75C7
Tints of Orchid #CB75C7
RGB
CMYK
RGB Variations
Color information
#CB75C7 (or 0xCB75C7) is known color: Orchid. HEX triplet: CB, 75 and C7. RGB value is (203,117,199). Sum of RGB (Red+Green+Blue) = 203+117+199=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75C7 is #348A38. Grayscale: #979797. Windows color (decimal): -3443257 or 13071819. OLE color: 13071819.
HSL color Cylindrical-coordinate representation of color #CB75C7: hue angle of 302.79º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB75C7 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 199 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.20 |
| HSL | 302.79º | 0.45% | 0.63% | - |
| HSV(B) | 302.79º | 0.42% | 0.8% | - |
| XYZ | 41.3 | 29.54 | 57.56 | - |
| YUV | 152.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 199 | 0 | 0.42 | 0.02 | 0.20 | 302.79 | 0.45 | 0.63 |
| Hex | CB | 75 | C7 | 0 | 2A | 2 | 14 | 12F | 2D | 3F |
| Octal | 313 | 165 | 307 | 0 | 52 | 2 | 24 | 457 | 55 | 77 |
| Binary | 11001011 | 1110101 | 11000111 | 0 | 101010 | 10 | 10100 | 100101111 | 101101 | 111111 |
Color Harmonies of #CB75C7
Complementary color
Monochromatic Colors of #CB75C7
Black with #CB75C7
Text Example
Text Example
White with #CB75C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75C7; }
p { color: rgb(203,117,199); }
H1.HeaderClassName
{
color: #CB75C7;
}
.AnyTagClassName
{
color: #CB75C7;
}
</style>
background-color css
<style>
a { background-color: #CB75C7; }
a { background-color: rgb(203,117,199); }
div.DivClassName
{
background-color: #CB75C7;
}
.BgClassName
{
background-color: #CB75C7;
}
</style>
border-color css
<style>
span { border-color: #CB75C7; }
span { border-color: rgb(203,117,199); }
td.TdClassName
{
border-color: #CB75C7;
}
.TagClassName
{
border-color: #CB75C7;
}
</style>