Shades of Orchid #CB74D9
Tints of Orchid #CB74D9
RGB
CMYK
RGB Variations
Color information
#CB74D9 (or 0xCB74D9) is known color: Orchid. HEX triplet: CB, 74 and D9. RGB value is (203,116,217). Sum of RGB (Red+Green+Blue) = 203+116+217=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB74D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74D9 is #348B26. Grayscale: #999999. Windows color (decimal): -3443495 or 14251211. OLE color: 14251211.
HSL color Cylindrical-coordinate representation of color #CB74D9: hue angle of 291.68º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB74D9 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 116 | 217 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.15 |
| HSL | 291.68º | 0.57% | 0.65% | - |
| HSV(B) | 291.68º | 0.47% | 0.85% | - |
| XYZ | 43.4 | 30.2 | 69.19 | - |
| YUV | 153.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 217 | 0.06 | 0.47 | 0 | 0.15 | 291.68 | 0.57 | 0.65 |
| Hex | CB | 74 | D9 | 6 | 2F | 0 | F | 124 | 39 | 41 |
| Octal | 313 | 164 | 331 | 6 | 57 | 0 | 17 | 444 | 71 | 101 |
| Binary | 11001011 | 1110100 | 11011001 | 110 | 101111 | 0 | 1111 | 100100100 | 111001 | 1000001 |
Color Harmonies of #CB74D9
Complementary color
Monochromatic Colors of #CB74D9
Black with #CB74D9
Text Example
Text Example
White with #CB74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74D9; }
p { color: rgb(203,116,217); }
H1.HeaderClassName
{
color: #CB74D9;
}
.AnyTagClassName
{
color: #CB74D9;
}
</style>
background-color css
<style>
a { background-color: #CB74D9; }
a { background-color: rgb(203,116,217); }
div.DivClassName
{
background-color: #CB74D9;
}
.BgClassName
{
background-color: #CB74D9;
}
</style>
border-color css
<style>
span { border-color: #CB74D9; }
span { border-color: rgb(203,116,217); }
td.TdClassName
{
border-color: #CB74D9;
}
.TagClassName
{
border-color: #CB74D9;
}
</style>