Shades of Orchid #C274CC
Tints of Orchid #C274CC
RGB
CMYK
RGB Variations
Color information
#C274CC (or 0xC274CC) is known color: Orchid. HEX triplet: C2, 74 and CC. RGB value is (194,116,204). Sum of RGB (Red+Green+Blue) = 194+116+204=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #C274CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274CC is #3D8B33. Grayscale: #959595. Windows color (decimal): -4033332 or 13399234. OLE color: 13399234.
HSL color Cylindrical-coordinate representation of color #C274CC: hue angle of 293.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C274CC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 116 | 204 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.2 |
| HSL | 293.18º | 0.46% | 0.63% | - |
| HSV(B) | 293.18º | 0.43% | 0.8% | - |
| XYZ | 39.39 | 28.32 | 60.52 | - |
| YUV | 149.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 204 | 0.05 | 0.43 | 0 | 0.2 | 293.18 | 0.46 | 0.63 |
| Hex | C2 | 74 | CC | 5 | 2B | 0 | 14 | 125 | 2E | 3F |
| Octal | 302 | 164 | 314 | 5 | 53 | 0 | 24 | 445 | 56 | 77 |
| Binary | 11000010 | 1110100 | 11001100 | 101 | 101011 | 0 | 10100 | 100100101 | 101110 | 111111 |
Color Harmonies of #C274CC
Complementary color
Monochromatic Colors of #C274CC
Black with #C274CC
Text Example
Text Example
White with #C274CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274CC; }
p { color: rgb(194,116,204); }
H1.HeaderClassName
{
color: #C274CC;
}
.AnyTagClassName
{
color: #C274CC;
}
</style>
background-color css
<style>
a { background-color: #C274CC; }
a { background-color: rgb(194,116,204); }
div.DivClassName
{
background-color: #C274CC;
}
.BgClassName
{
background-color: #C274CC;
}
</style>
border-color css
<style>
span { border-color: #C274CC; }
span { border-color: rgb(194,116,204); }
td.TdClassName
{
border-color: #C274CC;
}
.TagClassName
{
border-color: #C274CC;
}
</style>