Shades of Orchid #CB74CD
Tints of Orchid #CB74CD
RGB
CMYK
RGB Variations
Color information
#CB74CD (or 0xCB74CD) is known color: Orchid. HEX triplet: CB, 74 and CD. RGB value is (203,116,205). Sum of RGB (Red+Green+Blue) = 203+116+205=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74CD is #348B32. Grayscale: #979797. Windows color (decimal): -3443507 or 13464779. OLE color: 13464779.
HSL color Cylindrical-coordinate representation of color #CB74CD: hue angle of 298.65º degrees, saturation: 0.47, 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 #CB74CD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 205 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.20 |
| HSL | 298.65º | 0.47% | 0.63% | - |
| HSV(B) | 298.65º | 0.43% | 0.8% | - |
| XYZ | 41.89 | 29.6 | 61.26 | - |
| YUV | 152.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 205 | 0.01 | 0.43 | 0 | 0.20 | 298.65 | 0.47 | 0.63 |
| Hex | CB | 74 | CD | 1 | 2B | 0 | 14 | 12B | 2F | 3F |
| Octal | 313 | 164 | 315 | 1 | 53 | 0 | 24 | 453 | 57 | 77 |
| Binary | 11001011 | 1110100 | 11001101 | 1 | 101011 | 0 | 10100 | 100101011 | 101111 | 111111 |
Color Harmonies of #CB74CD
Complementary color
Monochromatic Colors of #CB74CD
Black with #CB74CD
Text Example
Text Example
White with #CB74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74CD; }
p { color: rgb(203,116,205); }
H1.HeaderClassName
{
color: #CB74CD;
}
.AnyTagClassName
{
color: #CB74CD;
}
</style>
background-color css
<style>
a { background-color: #CB74CD; }
a { background-color: rgb(203,116,205); }
div.DivClassName
{
background-color: #CB74CD;
}
.BgClassName
{
background-color: #CB74CD;
}
</style>
border-color css
<style>
span { border-color: #CB74CD; }
span { border-color: rgb(203,116,205); }
td.TdClassName
{
border-color: #CB74CD;
}
.TagClassName
{
border-color: #CB74CD;
}
</style>