Shades of Orchid #C282CD
Tints of Orchid #C282CD
RGB
CMYK
RGB Variations
Color information
#C282CD (or 0xC282CD) is known color: Orchid. HEX triplet: C2, 82 and CD. RGB value is (194,130,205). Sum of RGB (Red+Green+Blue) = 194+130+205=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #C282CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282CD is #3D7D32. Grayscale: #9D9D9D. Windows color (decimal): -4029747 or 13468354. OLE color: 13468354.
HSL color Cylindrical-coordinate representation of color #C282CD: hue angle of 291.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C282CD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 130 | 205 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.20 |
| HSL | 291.2º | 0.43% | 0.66% | - |
| HSV(B) | 291.2º | 0.37% | 0.8% | - |
| XYZ | 41.25 | 31.84 | 61.73 | - |
| YUV | 157.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 205 | 0.05 | 0.37 | 0 | 0.20 | 291.2 | 0.43 | 0.66 |
| Hex | C2 | 82 | CD | 5 | 25 | 0 | 14 | 123 | 2B | 42 |
| Octal | 302 | 202 | 315 | 5 | 45 | 0 | 24 | 443 | 53 | 102 |
| Binary | 11000010 | 10000010 | 11001101 | 101 | 100101 | 0 | 10100 | 100100011 | 101011 | 1000010 |
Color Harmonies of #C282CD
Complementary color
Monochromatic Colors of #C282CD
Black with #C282CD
Text Example
Text Example
White with #C282CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282CD; }
p { color: rgb(194,130,205); }
H1.HeaderClassName
{
color: #C282CD;
}
.AnyTagClassName
{
color: #C282CD;
}
</style>
background-color css
<style>
a { background-color: #C282CD; }
a { background-color: rgb(194,130,205); }
div.DivClassName
{
background-color: #C282CD;
}
.BgClassName
{
background-color: #C282CD;
}
</style>
border-color css
<style>
span { border-color: #C282CD; }
span { border-color: rgb(194,130,205); }
td.TdClassName
{
border-color: #C282CD;
}
.TagClassName
{
border-color: #C282CD;
}
</style>