Shades of Orchid #CE75CA
Tints of Orchid #CE75CA
RGB
CMYK
RGB Variations
Color information
#CE75CA (or 0xCE75CA) is known color: Orchid. HEX triplet: CE, 75 and CA. RGB value is (206,117,202). Sum of RGB (Red+Green+Blue) = 206+117+202=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75CA is #318A35. Grayscale: #999999. Windows color (decimal): -3246646 or 13268430. OLE color: 13268430.
HSL color Cylindrical-coordinate representation of color #CE75CA: hue angle of 302.7º 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 #CE75CA is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 202 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.19 |
| HSL | 302.7º | 0.48% | 0.63% | - |
| HSV(B) | 302.7º | 0.43% | 0.81% | - |
| XYZ | 42.48 | 30.11 | 59.45 | - |
| YUV | 153.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 202 | 0 | 0.43 | 0.02 | 0.19 | 302.7 | 0.48 | 0.63 |
| Hex | CE | 75 | CA | 0 | 2B | 2 | 13 | 12F | 30 | 3F |
| Octal | 316 | 165 | 312 | 0 | 53 | 2 | 23 | 457 | 60 | 77 |
| Binary | 11001110 | 1110101 | 11001010 | 0 | 101011 | 10 | 10011 | 100101111 | 110000 | 111111 |
Color Harmonies of #CE75CA
Complementary color
Monochromatic Colors of #CE75CA
Black with #CE75CA
Text Example
Text Example
White with #CE75CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75CA; }
p { color: rgb(206,117,202); }
H1.HeaderClassName
{
color: #CE75CA;
}
.AnyTagClassName
{
color: #CE75CA;
}
</style>
background-color css
<style>
a { background-color: #CE75CA; }
a { background-color: rgb(206,117,202); }
div.DivClassName
{
background-color: #CE75CA;
}
.BgClassName
{
background-color: #CE75CA;
}
</style>
border-color css
<style>
span { border-color: #CE75CA; }
span { border-color: rgb(206,117,202); }
td.TdClassName
{
border-color: #CE75CA;
}
.TagClassName
{
border-color: #CE75CA;
}
</style>