Shades of Orchid #C970E1
Tints of Orchid #C970E1
RGB
CMYK
RGB Variations
Color information
#C970E1 (or 0xC970E1) is known color: Orchid. HEX triplet: C9, 70 and E1. RGB value is (201,112,225). Sum of RGB (Red+Green+Blue) = 201+112+225=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #C970E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970E1 is #368F1E. Grayscale: #979797. Windows color (decimal): -3575583 or 14774473. OLE color: 14774473.
HSL color Cylindrical-coordinate representation of color #C970E1: hue angle of 287.26º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C970E1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 112 | 225 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.12 |
| HSL | 287.26º | 0.65% | 0.66% | - |
| HSV(B) | 287.26º | 0.5% | 0.88% | - |
| XYZ | 43.47 | 29.44 | 74.63 | - |
| YUV | 151.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 225 | 0.11 | 0.50 | 0 | 0.12 | 287.26 | 0.65 | 0.66 |
| Hex | C9 | 70 | E1 | B | 32 | 0 | C | 11F | 41 | 42 |
| Octal | 311 | 160 | 341 | 13 | 62 | 0 | 14 | 437 | 101 | 102 |
| Binary | 11001001 | 1110000 | 11100001 | 1011 | 110010 | 0 | 1100 | 100011111 | 1000001 | 1000010 |
Color Harmonies of #C970E1
Complementary color
Monochromatic Colors of #C970E1
Black with #C970E1
Text Example
Text Example
White with #C970E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970E1; }
p { color: rgb(201,112,225); }
H1.HeaderClassName
{
color: #C970E1;
}
.AnyTagClassName
{
color: #C970E1;
}
</style>
background-color css
<style>
a { background-color: #C970E1; }
a { background-color: rgb(201,112,225); }
div.DivClassName
{
background-color: #C970E1;
}
.BgClassName
{
background-color: #C970E1;
}
</style>
border-color css
<style>
span { border-color: #C970E1; }
span { border-color: rgb(201,112,225); }
td.TdClassName
{
border-color: #C970E1;
}
.TagClassName
{
border-color: #C970E1;
}
</style>