Shades of Orchid #CB74D7
Tints of Orchid #CB74D7
RGB
CMYK
RGB Variations
Color information
#CB74D7 (or 0xCB74D7) is known color: Orchid. HEX triplet: CB, 74 and D7. RGB value is (203,116,215). Sum of RGB (Red+Green+Blue) = 203+116+215=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB74D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74D7 is #348B28. Grayscale: #989898. Windows color (decimal): -3443497 or 14120139. OLE color: 14120139.
HSL color Cylindrical-coordinate representation of color #CB74D7: hue angle of 292.73º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB74D7 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 116 | 215 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.16 |
| HSL | 292.73º | 0.55% | 0.65% | - |
| HSV(B) | 292.73º | 0.46% | 0.84% | - |
| XYZ | 43.14 | 30.09 | 67.82 | - |
| YUV | 153.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 215 | 0.06 | 0.46 | 0 | 0.16 | 292.73 | 0.55 | 0.65 |
| Hex | CB | 74 | D7 | 6 | 2E | 0 | 10 | 125 | 37 | 41 |
| Octal | 313 | 164 | 327 | 6 | 56 | 0 | 20 | 445 | 67 | 101 |
| Binary | 11001011 | 1110100 | 11010111 | 110 | 101110 | 0 | 10000 | 100100101 | 110111 | 1000001 |
Color Harmonies of #CB74D7
Complementary color
Monochromatic Colors of #CB74D7
Black with #CB74D7
Text Example
Text Example
White with #CB74D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74D7; }
p { color: rgb(203,116,215); }
H1.HeaderClassName
{
color: #CB74D7;
}
.AnyTagClassName
{
color: #CB74D7;
}
</style>
background-color css
<style>
a { background-color: #CB74D7; }
a { background-color: rgb(203,116,215); }
div.DivClassName
{
background-color: #CB74D7;
}
.BgClassName
{
background-color: #CB74D7;
}
</style>
border-color css
<style>
span { border-color: #CB74D7; }
span { border-color: rgb(203,116,215); }
td.TdClassName
{
border-color: #CB74D7;
}
.TagClassName
{
border-color: #CB74D7;
}
</style>