Shades of Orchid #C272CC
Tints of Orchid #C272CC
RGB
CMYK
RGB Variations
Color information
#C272CC (or 0xC272CC) is known color: Orchid. HEX triplet: C2, 72 and CC. RGB value is (194,114,204). Sum of RGB (Red+Green+Blue) = 194+114+204=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C272CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272CC is #3D8D33. Grayscale: #939393. Windows color (decimal): -4033844 or 13398722. OLE color: 13398722.
HSL color Cylindrical-coordinate representation of color #C272CC: hue angle of 293.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C272CC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 114 | 204 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.2 |
| HSL | 293.33º | 0.47% | 0.62% | - |
| HSV(B) | 293.33º | 0.44% | 0.8% | - |
| XYZ | 39.16 | 27.86 | 60.44 | - |
| YUV | 148.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 204 | 0.05 | 0.44 | 0 | 0.2 | 293.33 | 0.47 | 0.62 |
| Hex | C2 | 72 | CC | 5 | 2C | 0 | 14 | 125 | 2F | 3E |
| Octal | 302 | 162 | 314 | 5 | 54 | 0 | 24 | 445 | 57 | 76 |
| Binary | 11000010 | 1110010 | 11001100 | 101 | 101100 | 0 | 10100 | 100100101 | 101111 | 111110 |
Color Harmonies of #C272CC
Complementary color
Monochromatic Colors of #C272CC
Black with #C272CC
Text Example
Text Example
White with #C272CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272CC; }
p { color: rgb(194,114,204); }
H1.HeaderClassName
{
color: #C272CC;
}
.AnyTagClassName
{
color: #C272CC;
}
</style>
background-color css
<style>
a { background-color: #C272CC; }
a { background-color: rgb(194,114,204); }
div.DivClassName
{
background-color: #C272CC;
}
.BgClassName
{
background-color: #C272CC;
}
</style>
border-color css
<style>
span { border-color: #C272CC; }
span { border-color: rgb(194,114,204); }
td.TdClassName
{
border-color: #C272CC;
}
.TagClassName
{
border-color: #C272CC;
}
</style>