Shades of Orchid #CB74DD
Tints of Orchid #CB74DD
RGB
CMYK
RGB Variations
Color information
#CB74DD (or 0xCB74DD) is known color: Orchid. HEX triplet: CB, 74 and DD. RGB value is (203,116,221). Sum of RGB (Red+Green+Blue) = 203+116+221=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74DD is #348B22. Grayscale: #999999. Windows color (decimal): -3443491 or 14513355. OLE color: 14513355.
HSL color Cylindrical-coordinate representation of color #CB74DD: hue angle of 289.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB74DD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 116 | 221 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.13 |
| HSL | 289.71º | 0.61% | 0.66% | - |
| HSV(B) | 289.71º | 0.48% | 0.87% | - |
| XYZ | 43.93 | 30.41 | 71.96 | - |
| YUV | 153.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 221 | 0.08 | 0.48 | 0 | 0.13 | 289.71 | 0.61 | 0.66 |
| Hex | CB | 74 | DD | 8 | 30 | 0 | D | 122 | 3D | 42 |
| Octal | 313 | 164 | 335 | 10 | 60 | 0 | 15 | 442 | 75 | 102 |
| Binary | 11001011 | 1110100 | 11011101 | 1000 | 110000 | 0 | 1101 | 100100010 | 111101 | 1000010 |
Color Harmonies of #CB74DD
Complementary color
Monochromatic Colors of #CB74DD
Black with #CB74DD
Text Example
Text Example
White with #CB74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74DD; }
p { color: rgb(203,116,221); }
H1.HeaderClassName
{
color: #CB74DD;
}
.AnyTagClassName
{
color: #CB74DD;
}
</style>
background-color css
<style>
a { background-color: #CB74DD; }
a { background-color: rgb(203,116,221); }
div.DivClassName
{
background-color: #CB74DD;
}
.BgClassName
{
background-color: #CB74DD;
}
</style>
border-color css
<style>
span { border-color: #CB74DD; }
span { border-color: rgb(203,116,221); }
td.TdClassName
{
border-color: #CB74DD;
}
.TagClassName
{
border-color: #CB74DD;
}
</style>