Shades of Orchid #CE75B5
Tints of Orchid #CE75B5
RGB
CMYK
RGB Variations
Color information
#CE75B5 (or 0xCE75B5) is known color: Orchid. HEX triplet: CE, 75 and B5. RGB value is (206,117,181). Sum of RGB (Red+Green+Blue) = 206+117+181=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75B5 is #318A4A. Grayscale: #969696. Windows color (decimal): -3246667 or 11892174. OLE color: 11892174.
HSL color Cylindrical-coordinate representation of color #CE75B5: hue angle of 316.85º 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 #CE75B5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 181 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.19 |
| HSL | 316.85º | 0.48% | 0.63% | - |
| HSV(B) | 316.85º | 0.43% | 0.81% | - |
| XYZ | 40.16 | 29.18 | 47.23 | - |
| YUV | 150.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 181 | 0 | 0.43 | 0.12 | 0.19 | 316.85 | 0.48 | 0.63 |
| Hex | CE | 75 | B5 | 0 | 2B | C | 13 | 13D | 30 | 3F |
| Octal | 316 | 165 | 265 | 0 | 53 | 14 | 23 | 475 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10110101 | 0 | 101011 | 1100 | 10011 | 100111101 | 110000 | 111111 |
Color Harmonies of #CE75B5
Complementary color
Monochromatic Colors of #CE75B5
Black with #CE75B5
Text Example
Text Example
White with #CE75B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75B5; }
p { color: rgb(206,117,181); }
H1.HeaderClassName
{
color: #CE75B5;
}
.AnyTagClassName
{
color: #CE75B5;
}
</style>
background-color css
<style>
a { background-color: #CE75B5; }
a { background-color: rgb(206,117,181); }
div.DivClassName
{
background-color: #CE75B5;
}
.BgClassName
{
background-color: #CE75B5;
}
</style>
border-color css
<style>
span { border-color: #CE75B5; }
span { border-color: rgb(206,117,181); }
td.TdClassName
{
border-color: #CE75B5;
}
.TagClassName
{
border-color: #CE75B5;
}
</style>