Shades of Orchid #CE67CA
Tints of Orchid #CE67CA
RGB
CMYK
RGB Variations
Color information
#CE67CA (or 0xCE67CA) is known color: Orchid. HEX triplet: CE, 67 and CA. RGB value is (206,103,202). Sum of RGB (Red+Green+Blue) = 206+103+202=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67CA is #319835. Grayscale: #909090. Windows color (decimal): -3250230 or 13264846. OLE color: 13264846.
HSL color Cylindrical-coordinate representation of color #CE67CA: hue angle of 302.33º 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 #CE67CA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 202 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.19 |
| HSL | 302.33º | 0.51% | 0.61% | - |
| HSV(B) | 302.33º | 0.5% | 0.81% | - |
| XYZ | 40.96 | 27.09 | 58.95 | - |
| YUV | 145.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 202 | 0 | 0.50 | 0.02 | 0.19 | 302.33 | 0.51 | 0.61 |
| Hex | CE | 67 | CA | 0 | 32 | 2 | 13 | 12E | 33 | 3D |
| Octal | 316 | 147 | 312 | 0 | 62 | 2 | 23 | 456 | 63 | 75 |
| Binary | 11001110 | 1100111 | 11001010 | 0 | 110010 | 10 | 10011 | 100101110 | 110011 | 111101 |
Color Harmonies of #CE67CA
Complementary color
Monochromatic Colors of #CE67CA
Black with #CE67CA
Text Example
Text Example
White with #CE67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67CA; }
p { color: rgb(206,103,202); }
H1.HeaderClassName
{
color: #CE67CA;
}
.AnyTagClassName
{
color: #CE67CA;
}
</style>
background-color css
<style>
a { background-color: #CE67CA; }
a { background-color: rgb(206,103,202); }
div.DivClassName
{
background-color: #CE67CA;
}
.BgClassName
{
background-color: #CE67CA;
}
</style>
border-color css
<style>
span { border-color: #CE67CA; }
span { border-color: rgb(206,103,202); }
td.TdClassName
{
border-color: #CE67CA;
}
.TagClassName
{
border-color: #CE67CA;
}
</style>