Shades of Orchid #C280CD
Tints of Orchid #C280CD
RGB
CMYK
RGB Variations
Color information
#C280CD (or 0xC280CD) is known color: Orchid. HEX triplet: C2, 80 and CD. RGB value is (194,128,205). Sum of RGB (Red+Green+Blue) = 194+128+205=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C280CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280CD is #3D7F32. Grayscale: #9C9C9C. Windows color (decimal): -4030259 or 13467842. OLE color: 13467842.
HSL color Cylindrical-coordinate representation of color #C280CD: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C280CD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 128 | 205 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.20 |
| HSL | 291.43º | 0.44% | 0.65% | - |
| HSV(B) | 291.43º | 0.38% | 0.8% | - |
| XYZ | 40.99 | 31.32 | 61.64 | - |
| YUV | 156.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 205 | 0.05 | 0.38 | 0 | 0.20 | 291.43 | 0.44 | 0.65 |
| Hex | C2 | 80 | CD | 5 | 26 | 0 | 14 | 123 | 2C | 41 |
| Octal | 302 | 200 | 315 | 5 | 46 | 0 | 24 | 443 | 54 | 101 |
| Binary | 11000010 | 10000000 | 11001101 | 101 | 100110 | 0 | 10100 | 100100011 | 101100 | 1000001 |
Color Harmonies of #C280CD
Complementary color
Monochromatic Colors of #C280CD
Black with #C280CD
Text Example
Text Example
White with #C280CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280CD; }
p { color: rgb(194,128,205); }
H1.HeaderClassName
{
color: #C280CD;
}
.AnyTagClassName
{
color: #C280CD;
}
</style>
background-color css
<style>
a { background-color: #C280CD; }
a { background-color: rgb(194,128,205); }
div.DivClassName
{
background-color: #C280CD;
}
.BgClassName
{
background-color: #C280CD;
}
</style>
border-color css
<style>
span { border-color: #C280CD; }
span { border-color: rgb(194,128,205); }
td.TdClassName
{
border-color: #C280CD;
}
.TagClassName
{
border-color: #C280CD;
}
</style>