Shades of Orchid #C274CF
Tints of Orchid #C274CF
RGB
CMYK
RGB Variations
Color information
#C274CF (or 0xC274CF) is known color: Orchid. HEX triplet: C2, 74 and CF. RGB value is (194,116,207). Sum of RGB (Red+Green+Blue) = 194+116+207=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C274CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274CF is #3D8B30. Grayscale: #959595. Windows color (decimal): -4033329 or 13595842. OLE color: 13595842.
HSL color Cylindrical-coordinate representation of color #C274CF: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C274CF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 116 | 207 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.19 |
| HSL | 291.43º | 0.49% | 0.63% | - |
| HSV(B) | 291.43º | 0.44% | 0.81% | - |
| XYZ | 39.76 | 28.47 | 62.43 | - |
| YUV | 149.7 | 160.34 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 207 | 0.06 | 0.44 | 0 | 0.19 | 291.43 | 0.49 | 0.63 |
| Hex | C2 | 74 | CF | 6 | 2C | 0 | 13 | 123 | 31 | 3F |
| Octal | 302 | 164 | 317 | 6 | 54 | 0 | 23 | 443 | 61 | 77 |
| Binary | 11000010 | 1110100 | 11001111 | 110 | 101100 | 0 | 10011 | 100100011 | 110001 | 111111 |
Color Harmonies of #C274CF
Complementary color
Monochromatic Colors of #C274CF
Black with #C274CF
Text Example
Text Example
White with #C274CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274CF; }
p { color: rgb(194,116,207); }
H1.HeaderClassName
{
color: #C274CF;
}
.AnyTagClassName
{
color: #C274CF;
}
</style>
background-color css
<style>
a { background-color: #C274CF; }
a { background-color: rgb(194,116,207); }
div.DivClassName
{
background-color: #C274CF;
}
.BgClassName
{
background-color: #C274CF;
}
</style>
border-color css
<style>
span { border-color: #C274CF; }
span { border-color: rgb(194,116,207); }
td.TdClassName
{
border-color: #C274CF;
}
.TagClassName
{
border-color: #C274CF;
}
</style>