Shades of Orchid #CE67C9
Tints of Orchid #CE67C9
RGB
CMYK
RGB Variations
Color information
#CE67C9 (or 0xCE67C9) is known color: Orchid. HEX triplet: CE, 67 and C9. RGB value is (206,103,201). Sum of RGB (Red+Green+Blue) = 206+103+201=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67C9 is #319836. Grayscale: #909090. Windows color (decimal): -3250231 or 13199310. OLE color: 13199310.
HSL color Cylindrical-coordinate representation of color #CE67C9: hue angle of 302.91º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE67C9 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 201 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.19 |
| HSL | 302.91º | 0.51% | 0.61% | - |
| HSV(B) | 302.91º | 0.5% | 0.81% | - |
| XYZ | 40.85 | 27.04 | 58.32 | - |
| YUV | 144.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 201 | 0 | 0.50 | 0.02 | 0.19 | 302.91 | 0.51 | 0.61 |
| Hex | CE | 67 | C9 | 0 | 32 | 2 | 13 | 12F | 33 | 3D |
| Octal | 316 | 147 | 311 | 0 | 62 | 2 | 23 | 457 | 63 | 75 |
| Binary | 11001110 | 1100111 | 11001001 | 0 | 110010 | 10 | 10011 | 100101111 | 110011 | 111101 |
Color Harmonies of #CE67C9
Complementary color
Monochromatic Colors of #CE67C9
Black with #CE67C9
Text Example
Text Example
White with #CE67C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67C9; }
p { color: rgb(206,103,201); }
H1.HeaderClassName
{
color: #CE67C9;
}
.AnyTagClassName
{
color: #CE67C9;
}
</style>
background-color css
<style>
a { background-color: #CE67C9; }
a { background-color: rgb(206,103,201); }
div.DivClassName
{
background-color: #CE67C9;
}
.BgClassName
{
background-color: #CE67C9;
}
</style>
border-color css
<style>
span { border-color: #CE67C9; }
span { border-color: rgb(206,103,201); }
td.TdClassName
{
border-color: #CE67C9;
}
.TagClassName
{
border-color: #CE67C9;
}
</style>