Shades of Orchid #CE75C2
Tints of Orchid #CE75C2
RGB
CMYK
RGB Variations
Color information
#CE75C2 (or 0xCE75C2) is known color: Orchid. HEX triplet: CE, 75 and C2. RGB value is (206,117,194). Sum of RGB (Red+Green+Blue) = 206+117+194=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75C2 is #318A3D. Grayscale: #989898. Windows color (decimal): -3246654 or 12744142. OLE color: 12744142.
HSL color Cylindrical-coordinate representation of color #CE75C2: hue angle of 308.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE75C2 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 194 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.19 |
| HSL | 308.09º | 0.48% | 0.63% | - |
| HSV(B) | 308.09º | 0.43% | 0.81% | - |
| XYZ | 41.55 | 29.74 | 54.59 | - |
| YUV | 152.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 194 | 0 | 0.43 | 0.06 | 0.19 | 308.09 | 0.48 | 0.63 |
| Hex | CE | 75 | C2 | 0 | 2B | 6 | 13 | 134 | 30 | 3F |
| Octal | 316 | 165 | 302 | 0 | 53 | 6 | 23 | 464 | 60 | 77 |
| Binary | 11001110 | 1110101 | 11000010 | 0 | 101011 | 110 | 10011 | 100110100 | 110000 | 111111 |
Color Harmonies of #CE75C2
Complementary color
Monochromatic Colors of #CE75C2
Black with #CE75C2
Text Example
Text Example
White with #CE75C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75C2; }
p { color: rgb(206,117,194); }
H1.HeaderClassName
{
color: #CE75C2;
}
.AnyTagClassName
{
color: #CE75C2;
}
</style>
background-color css
<style>
a { background-color: #CE75C2; }
a { background-color: rgb(206,117,194); }
div.DivClassName
{
background-color: #CE75C2;
}
.BgClassName
{
background-color: #CE75C2;
}
</style>
border-color css
<style>
span { border-color: #CE75C2; }
span { border-color: rgb(206,117,194); }
td.TdClassName
{
border-color: #CE75C2;
}
.TagClassName
{
border-color: #CE75C2;
}
</style>