Shades of Orchid #C275D5
Tints of Orchid #C275D5
RGB
CMYK
RGB Variations
Color information
#C275D5 (or 0xC275D5) is known color: Orchid. HEX triplet: C2, 75 and D5. RGB value is (194,117,213). Sum of RGB (Red+Green+Blue) = 194+117+213=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #C275D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275D5 is #3D8A2A. Grayscale: #969696. Windows color (decimal): -4033067 or 13989314. OLE color: 13989314.
HSL color Cylindrical-coordinate representation of color #C275D5: hue angle of 288.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C275D5 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 117 | 213 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.16 |
| HSL | 288.13º | 0.53% | 0.65% | - |
| HSV(B) | 288.13º | 0.45% | 0.84% | - |
| XYZ | 40.62 | 29 | 66.41 | - |
| YUV | 150.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 213 | 0.09 | 0.45 | 0 | 0.16 | 288.13 | 0.53 | 0.65 |
| Hex | C2 | 75 | D5 | 9 | 2D | 0 | 10 | 120 | 35 | 41 |
| Octal | 302 | 165 | 325 | 11 | 55 | 0 | 20 | 440 | 65 | 101 |
| Binary | 11000010 | 1110101 | 11010101 | 1001 | 101101 | 0 | 10000 | 100100000 | 110101 | 1000001 |
Color Harmonies of #C275D5
Complementary color
Monochromatic Colors of #C275D5
Black with #C275D5
Text Example
Text Example
White with #C275D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275D5; }
p { color: rgb(194,117,213); }
H1.HeaderClassName
{
color: #C275D5;
}
.AnyTagClassName
{
color: #C275D5;
}
</style>
background-color css
<style>
a { background-color: #C275D5; }
a { background-color: rgb(194,117,213); }
div.DivClassName
{
background-color: #C275D5;
}
.BgClassName
{
background-color: #C275D5;
}
</style>
border-color css
<style>
span { border-color: #C275D5; }
span { border-color: rgb(194,117,213); }
td.TdClassName
{
border-color: #C275D5;
}
.TagClassName
{
border-color: #C275D5;
}
</style>