Shades of Orchid #CB74CF
Tints of Orchid #CB74CF
RGB
CMYK
RGB Variations
Color information
#CB74CF (or 0xCB74CF) is known color: Orchid. HEX triplet: CB, 74 and CF. RGB value is (203,116,207). Sum of RGB (Red+Green+Blue) = 203+116+207=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74CF is #348B30. Grayscale: #989898. Windows color (decimal): -3443505 or 13595851. OLE color: 13595851.
HSL color Cylindrical-coordinate representation of color #CB74CF: hue angle of 297.36º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB74CF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 116 | 207 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.19 |
| HSL | 297.36º | 0.49% | 0.63% | - |
| HSV(B) | 297.36º | 0.44% | 0.81% | - |
| XYZ | 42.14 | 29.69 | 62.54 | - |
| YUV | 152.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 207 | 0.02 | 0.44 | 0 | 0.19 | 297.36 | 0.49 | 0.63 |
| Hex | CB | 74 | CF | 2 | 2C | 0 | 13 | 129 | 31 | 3F |
| Octal | 313 | 164 | 317 | 2 | 54 | 0 | 23 | 451 | 61 | 77 |
| Binary | 11001011 | 1110100 | 11001111 | 10 | 101100 | 0 | 10011 | 100101001 | 110001 | 111111 |
Color Harmonies of #CB74CF
Complementary color
Monochromatic Colors of #CB74CF
Black with #CB74CF
Text Example
Text Example
White with #CB74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74CF; }
p { color: rgb(203,116,207); }
H1.HeaderClassName
{
color: #CB74CF;
}
.AnyTagClassName
{
color: #CB74CF;
}
</style>
background-color css
<style>
a { background-color: #CB74CF; }
a { background-color: rgb(203,116,207); }
div.DivClassName
{
background-color: #CB74CF;
}
.BgClassName
{
background-color: #CB74CF;
}
</style>
border-color css
<style>
span { border-color: #CB74CF; }
span { border-color: rgb(203,116,207); }
td.TdClassName
{
border-color: #CB74CF;
}
.TagClassName
{
border-color: #CB74CF;
}
</style>