Shades of Orchid #CB75CE
Tints of Orchid #CB75CE
RGB
CMYK
RGB Variations
Color information
#CB75CE (or 0xCB75CE) is known color: Orchid. HEX triplet: CB, 75 and CE. RGB value is (203,117,206). Sum of RGB (Red+Green+Blue) = 203+117+206=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75CE is #348A31. Grayscale: #989898. Windows color (decimal): -3443250 or 13530571. OLE color: 13530571.
HSL color Cylindrical-coordinate representation of color #CB75CE: hue angle of 297.98º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB75CE is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 117 | 206 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.19 |
| HSL | 297.98º | 0.48% | 0.63% | - |
| HSV(B) | 297.98º | 0.43% | 0.81% | - |
| XYZ | 42.13 | 29.88 | 61.94 | - |
| YUV | 152.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 206 | 0.01 | 0.43 | 0 | 0.19 | 297.98 | 0.48 | 0.63 |
| Hex | CB | 75 | CE | 1 | 2B | 0 | 13 | 12A | 30 | 3F |
| Octal | 313 | 165 | 316 | 1 | 53 | 0 | 23 | 452 | 60 | 77 |
| Binary | 11001011 | 1110101 | 11001110 | 1 | 101011 | 0 | 10011 | 100101010 | 110000 | 111111 |
Color Harmonies of #CB75CE
Complementary color
Monochromatic Colors of #CB75CE
Black with #CB75CE
Text Example
Text Example
White with #CB75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB75CE; }
p { color: rgb(203,117,206); }
H1.HeaderClassName
{
color: #CB75CE;
}
.AnyTagClassName
{
color: #CB75CE;
}
</style>
background-color css
<style>
a { background-color: #CB75CE; }
a { background-color: rgb(203,117,206); }
div.DivClassName
{
background-color: #CB75CE;
}
.BgClassName
{
background-color: #CB75CE;
}
</style>
border-color css
<style>
span { border-color: #CB75CE; }
span { border-color: rgb(203,117,206); }
td.TdClassName
{
border-color: #CB75CE;
}
.TagClassName
{
border-color: #CB75CE;
}
</style>