Shades of Orchid #CB74C4
Tints of Orchid #CB74C4
RGB
CMYK
RGB Variations
Color information
#CB74C4 (or 0xCB74C4) is known color: Orchid. HEX triplet: CB, 74 and C4. RGB value is (203,116,196). Sum of RGB (Red+Green+Blue) = 203+116+196=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74C4 is #348B3B. Grayscale: #969696. Windows color (decimal): -3443516 or 12874955. OLE color: 12874955.
HSL color Cylindrical-coordinate representation of color #CB74C4: hue angle of 304.83º 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 #CB74C4 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 196 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.20 |
| HSL | 304.83º | 0.46% | 0.63% | - |
| HSV(B) | 304.83º | 0.43% | 0.8% | - |
| XYZ | 40.84 | 29.17 | 55.7 | - |
| YUV | 151.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 196 | 0 | 0.43 | 0.03 | 0.20 | 304.83 | 0.46 | 0.63 |
| Hex | CB | 74 | C4 | 0 | 2B | 3 | 14 | 131 | 2E | 3F |
| Octal | 313 | 164 | 304 | 0 | 53 | 3 | 24 | 461 | 56 | 77 |
| Binary | 11001011 | 1110100 | 11000100 | 0 | 101011 | 11 | 10100 | 100110001 | 101110 | 111111 |
Color Harmonies of #CB74C4
Complementary color
Monochromatic Colors of #CB74C4
Black with #CB74C4
Text Example
Text Example
White with #CB74C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB74C4; }
p { color: rgb(203,116,196); }
H1.HeaderClassName
{
color: #CB74C4;
}
.AnyTagClassName
{
color: #CB74C4;
}
</style>
background-color css
<style>
a { background-color: #CB74C4; }
a { background-color: rgb(203,116,196); }
div.DivClassName
{
background-color: #CB74C4;
}
.BgClassName
{
background-color: #CB74C4;
}
</style>
border-color css
<style>
span { border-color: #CB74C4; }
span { border-color: rgb(203,116,196); }
td.TdClassName
{
border-color: #CB74C4;
}
.TagClassName
{
border-color: #CB74C4;
}
</style>