Shades of Orchid #CB74DC
Tints of Orchid #CB74DC
RGB
CMYK
RGB Variations
Color information
#CB74DC (or 0xCB74DC) is known color: Orchid. HEX triplet: CB, 74 and DC. RGB value is (203,116,220). Sum of RGB (Red+Green+Blue) = 203+116+220=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74DC is #348B23. Grayscale: #999999. Windows color (decimal): -3443492 or 14447819. OLE color: 14447819.
HSL color Cylindrical-coordinate representation of color #CB74DC: hue angle of 290.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB74DC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 116 | 220 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.14 |
| HSL | 290.19º | 0.6% | 0.66% | - |
| HSV(B) | 290.19º | 0.47% | 0.86% | - |
| XYZ | 43.79 | 30.35 | 71.26 | - |
| YUV | 153.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 220 | 0.08 | 0.47 | 0 | 0.14 | 290.19 | 0.6 | 0.66 |
| Hex | CB | 74 | DC | 8 | 2F | 0 | E | 122 | 3C | 42 |
| Octal | 313 | 164 | 334 | 10 | 57 | 0 | 16 | 442 | 74 | 102 |
| Binary | 11001011 | 1110100 | 11011100 | 1000 | 101111 | 0 | 1110 | 100100010 | 111100 | 1000010 |
Color Harmonies of #CB74DC
Complementary color
Monochromatic Colors of #CB74DC
Black with #CB74DC
Text Example
Text Example
White with #CB74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74DC; }
p { color: rgb(203,116,220); }
H1.HeaderClassName
{
color: #CB74DC;
}
.AnyTagClassName
{
color: #CB74DC;
}
</style>
background-color css
<style>
a { background-color: #CB74DC; }
a { background-color: rgb(203,116,220); }
div.DivClassName
{
background-color: #CB74DC;
}
.BgClassName
{
background-color: #CB74DC;
}
</style>
border-color css
<style>
span { border-color: #CB74DC; }
span { border-color: rgb(203,116,220); }
td.TdClassName
{
border-color: #CB74DC;
}
.TagClassName
{
border-color: #CB74DC;
}
</style>