Shades of Orchid #CB74B6
Tints of Orchid #CB74B6
RGB
CMYK
RGB Variations
Color information
#CB74B6 (or 0xCB74B6) is known color: Orchid. HEX triplet: CB, 74 and B6. RGB value is (203,116,182). Sum of RGB (Red+Green+Blue) = 203+116+182=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74B6 is #348B49. Grayscale: #959595. Windows color (decimal): -3443530 or 11957451. OLE color: 11957451.
HSL color Cylindrical-coordinate representation of color #CB74B6: hue angle of 314.48º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB74B6 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 182 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.20 |
| HSL | 314.48º | 0.46% | 0.63% | - |
| HSV(B) | 314.48º | 0.43% | 0.8% | - |
| XYZ | 39.32 | 28.56 | 47.7 | - |
| YUV | 149.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 182 | 0 | 0.43 | 0.10 | 0.20 | 314.48 | 0.46 | 0.63 |
| Hex | CB | 74 | B6 | 0 | 2B | A | 14 | 13A | 2E | 3F |
| Octal | 313 | 164 | 266 | 0 | 53 | 12 | 24 | 472 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10110110 | 0 | 101011 | 1010 | 10100 | 100111010 | 101110 | 111111 |
Color Harmonies of #CB74B6
Complementary color
Monochromatic Colors of #CB74B6
Black with #CB74B6
Text Example
Text Example
White with #CB74B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74B6; }
p { color: rgb(203,116,182); }
H1.HeaderClassName
{
color: #CB74B6;
}
.AnyTagClassName
{
color: #CB74B6;
}
</style>
background-color css
<style>
a { background-color: #CB74B6; }
a { background-color: rgb(203,116,182); }
div.DivClassName
{
background-color: #CB74B6;
}
.BgClassName
{
background-color: #CB74B6;
}
</style>
border-color css
<style>
span { border-color: #CB74B6; }
span { border-color: rgb(203,116,182); }
td.TdClassName
{
border-color: #CB74B6;
}
.TagClassName
{
border-color: #CB74B6;
}
</style>