Shades of Orchid #CB74D1
Tints of Orchid #CB74D1
RGB
CMYK
RGB Variations
Color information
#CB74D1 (or 0xCB74D1) is known color: Orchid. HEX triplet: CB, 74 and D1. RGB value is (203,116,209). Sum of RGB (Red+Green+Blue) = 203+116+209=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74D1 is #348B2E. Grayscale: #989898. Windows color (decimal): -3443503 or 13726923. OLE color: 13726923.
HSL color Cylindrical-coordinate representation of color #CB74D1: hue angle of 296.13º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB74D1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 116 | 209 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.18 |
| HSL | 296.13º | 0.5% | 0.64% | - |
| HSV(B) | 296.13º | 0.44% | 0.82% | - |
| XYZ | 42.38 | 29.79 | 63.84 | - |
| YUV | 152.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 209 | 0.03 | 0.44 | 0 | 0.18 | 296.13 | 0.5 | 0.64 |
| Hex | CB | 74 | D1 | 3 | 2C | 0 | 12 | 128 | 32 | 40 |
| Octal | 313 | 164 | 321 | 3 | 54 | 0 | 22 | 450 | 62 | 100 |
| Binary | 11001011 | 1110100 | 11010001 | 11 | 101100 | 0 | 10010 | 100101000 | 110010 | 1000000 |
Color Harmonies of #CB74D1
Complementary color
Monochromatic Colors of #CB74D1
Black with #CB74D1
Text Example
Text Example
White with #CB74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74D1; }
p { color: rgb(203,116,209); }
H1.HeaderClassName
{
color: #CB74D1;
}
.AnyTagClassName
{
color: #CB74D1;
}
</style>
background-color css
<style>
a { background-color: #CB74D1; }
a { background-color: rgb(203,116,209); }
div.DivClassName
{
background-color: #CB74D1;
}
.BgClassName
{
background-color: #CB74D1;
}
</style>
border-color css
<style>
span { border-color: #CB74D1; }
span { border-color: rgb(203,116,209); }
td.TdClassName
{
border-color: #CB74D1;
}
.TagClassName
{
border-color: #CB74D1;
}
</style>