Shades of Orchid #C275C0
Tints of Orchid #C275C0
RGB
CMYK
RGB Variations
Color information
#C275C0 (or 0xC275C0) is known color: Orchid. HEX triplet: C2, 75 and C0. RGB value is (194,117,192). Sum of RGB (Red+Green+Blue) = 194+117+192=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C275C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275C0 is #3D8A3F. Grayscale: #949494. Windows color (decimal): -4033088 or 12613058. OLE color: 12613058.
HSL color Cylindrical-coordinate representation of color #C275C0: hue angle of 301.56º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C275C0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 192 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.24 |
| HSL | 301.56º | 0.39% | 0.61% | - |
| HSV(B) | 301.56º | 0.4% | 0.76% | - |
| XYZ | 38.12 | 28 | 53.26 | - |
| YUV | 148.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 192 | 0 | 0.40 | 0.01 | 0.24 | 301.56 | 0.39 | 0.61 |
| Hex | C2 | 75 | C0 | 0 | 28 | 1 | 18 | 12E | 27 | 3D |
| Octal | 302 | 165 | 300 | 0 | 50 | 1 | 30 | 456 | 47 | 75 |
| Binary | 11000010 | 1110101 | 11000000 | 0 | 101000 | 1 | 11000 | 100101110 | 100111 | 111101 |
Color Harmonies of #C275C0
Complementary color
Monochromatic Colors of #C275C0
Black with #C275C0
Text Example
Text Example
White with #C275C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275C0; }
p { color: rgb(194,117,192); }
H1.HeaderClassName
{
color: #C275C0;
}
.AnyTagClassName
{
color: #C275C0;
}
</style>
background-color css
<style>
a { background-color: #C275C0; }
a { background-color: rgb(194,117,192); }
div.DivClassName
{
background-color: #C275C0;
}
.BgClassName
{
background-color: #C275C0;
}
</style>
border-color css
<style>
span { border-color: #C275C0; }
span { border-color: rgb(194,117,192); }
td.TdClassName
{
border-color: #C275C0;
}
.TagClassName
{
border-color: #C275C0;
}
</style>