Shades of Orchid #CE67C8
Tints of Orchid #CE67C8
RGB
CMYK
RGB Variations
Color information
#CE67C8 (or 0xCE67C8) is known color: Orchid. HEX triplet: CE, 67 and C8. RGB value is (206,103,200). Sum of RGB (Red+Green+Blue) = 206+103+200=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67C8 is #319837. Grayscale: #909090. Windows color (decimal): -3250232 or 13133774. OLE color: 13133774.
HSL color Cylindrical-coordinate representation of color #CE67C8: hue angle of 303.5º 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 #CE67C8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 200 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.19 |
| HSL | 303.5º | 0.51% | 0.61% | - |
| HSV(B) | 303.5º | 0.5% | 0.81% | - |
| XYZ | 40.73 | 26.99 | 57.71 | - |
| YUV | 144.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 200 | 0 | 0.50 | 0.03 | 0.19 | 303.5 | 0.51 | 0.61 |
| Hex | CE | 67 | C8 | 0 | 32 | 3 | 13 | 12F | 33 | 3D |
| Octal | 316 | 147 | 310 | 0 | 62 | 3 | 23 | 457 | 63 | 75 |
| Binary | 11001110 | 1100111 | 11001000 | 0 | 110010 | 11 | 10011 | 100101111 | 110011 | 111101 |
Color Harmonies of #CE67C8
Complementary color
Monochromatic Colors of #CE67C8
Black with #CE67C8
Text Example
Text Example
White with #CE67C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67C8; }
p { color: rgb(206,103,200); }
H1.HeaderClassName
{
color: #CE67C8;
}
.AnyTagClassName
{
color: #CE67C8;
}
</style>
background-color css
<style>
a { background-color: #CE67C8; }
a { background-color: rgb(206,103,200); }
div.DivClassName
{
background-color: #CE67C8;
}
.BgClassName
{
background-color: #CE67C8;
}
</style>
border-color css
<style>
span { border-color: #CE67C8; }
span { border-color: rgb(206,103,200); }
td.TdClassName
{
border-color: #CE67C8;
}
.TagClassName
{
border-color: #CE67C8;
}
</style>