Shades of Orchid #C882C4
Tints of Orchid #C882C4
RGB
CMYK
RGB Variations
Color information
#C882C4 (or 0xC882C4) is known color: Orchid. HEX triplet: C8, 82 and C4. RGB value is (200,130,196). Sum of RGB (Red+Green+Blue) = 200+130+196=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C882C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882C4 is #377D3B. Grayscale: #9E9E9E. Windows color (decimal): -3636540 or 12878536. OLE color: 12878536.
HSL color Cylindrical-coordinate representation of color #C882C4: hue angle of 303.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882C4 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 196 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.22 |
| HSL | 303.43º | 0.39% | 0.65% | - |
| HSV(B) | 303.43º | 0.35% | 0.78% | - |
| XYZ | 41.77 | 32.23 | 56.24 | - |
| YUV | 158.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 196 | 0 | 0.35 | 0.02 | 0.22 | 303.43 | 0.39 | 0.65 |
| Hex | C8 | 82 | C4 | 0 | 23 | 2 | 16 | 12F | 27 | 41 |
| Octal | 310 | 202 | 304 | 0 | 43 | 2 | 26 | 457 | 47 | 101 |
| Binary | 11001000 | 10000010 | 11000100 | 0 | 100011 | 10 | 10110 | 100101111 | 100111 | 1000001 |
Color Harmonies of #C882C4
Complementary color
Monochromatic Colors of #C882C4
Black with #C882C4
Text Example
Text Example
White with #C882C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882C4; }
p { color: rgb(200,130,196); }
H1.HeaderClassName
{
color: #C882C4;
}
.AnyTagClassName
{
color: #C882C4;
}
</style>
background-color css
<style>
a { background-color: #C882C4; }
a { background-color: rgb(200,130,196); }
div.DivClassName
{
background-color: #C882C4;
}
.BgClassName
{
background-color: #C882C4;
}
</style>
border-color css
<style>
span { border-color: #C882C4; }
span { border-color: rgb(200,130,196); }
td.TdClassName
{
border-color: #C882C4;
}
.TagClassName
{
border-color: #C882C4;
}
</style>