Shades of Orchid #CB80C4
Tints of Orchid #CB80C4
RGB
CMYK
RGB Variations
Color information
#CB80C4 (or 0xCB80C4) is known color: Orchid. HEX triplet: CB, 80 and C4. RGB value is (203,128,196). Sum of RGB (Red+Green+Blue) = 203+128+196=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80C4 is #347F3B. Grayscale: #9D9D9D. Windows color (decimal): -3440444 or 12878027. OLE color: 12878027.
HSL color Cylindrical-coordinate representation of color #CB80C4: hue angle of 305.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80C4 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 196 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.20 |
| HSL | 305.6º | 0.42% | 0.65% | - |
| HSV(B) | 305.6º | 0.37% | 0.8% | - |
| XYZ | 42.31 | 32.12 | 56.19 | - |
| YUV | 158.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 196 | 0 | 0.37 | 0.03 | 0.20 | 305.6 | 0.42 | 0.65 |
| Hex | CB | 80 | C4 | 0 | 25 | 3 | 14 | 132 | 2A | 41 |
| Octal | 313 | 200 | 304 | 0 | 45 | 3 | 24 | 462 | 52 | 101 |
| Binary | 11001011 | 10000000 | 11000100 | 0 | 100101 | 11 | 10100 | 100110010 | 101010 | 1000001 |
Color Harmonies of #CB80C4
Complementary color
Monochromatic Colors of #CB80C4
Black with #CB80C4
Text Example
Text Example
White with #CB80C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80C4; }
p { color: rgb(203,128,196); }
H1.HeaderClassName
{
color: #CB80C4;
}
.AnyTagClassName
{
color: #CB80C4;
}
</style>
background-color css
<style>
a { background-color: #CB80C4; }
a { background-color: rgb(203,128,196); }
div.DivClassName
{
background-color: #CB80C4;
}
.BgClassName
{
background-color: #CB80C4;
}
</style>
border-color css
<style>
span { border-color: #CB80C4; }
span { border-color: rgb(203,128,196); }
td.TdClassName
{
border-color: #CB80C4;
}
.TagClassName
{
border-color: #CB80C4;
}
</style>