Shades of Orchid #CE67C5
Tints of Orchid #CE67C5
RGB
CMYK
RGB Variations
Color information
#CE67C5 (or 0xCE67C5) is known color: Orchid. HEX triplet: CE, 67 and C5. RGB value is (206,103,197). Sum of RGB (Red+Green+Blue) = 206+103+197=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67C5 is #31983A. Grayscale: #909090. Windows color (decimal): -3250235 or 12937166. OLE color: 12937166.
HSL color Cylindrical-coordinate representation of color #CE67C5: hue angle of 305.24º 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 #CE67C5 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 197 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.19 |
| HSL | 305.24º | 0.51% | 0.61% | - |
| HSV(B) | 305.24º | 0.5% | 0.81% | - |
| XYZ | 40.38 | 26.85 | 55.88 | - |
| YUV | 144.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 197 | 0 | 0.50 | 0.04 | 0.19 | 305.24 | 0.51 | 0.61 |
| Hex | CE | 67 | C5 | 0 | 32 | 4 | 13 | 131 | 33 | 3D |
| Octal | 316 | 147 | 305 | 0 | 62 | 4 | 23 | 461 | 63 | 75 |
| Binary | 11001110 | 1100111 | 11000101 | 0 | 110010 | 100 | 10011 | 100110001 | 110011 | 111101 |
Color Harmonies of #CE67C5
Complementary color
Monochromatic Colors of #CE67C5
Black with #CE67C5
Text Example
Text Example
White with #CE67C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67C5; }
p { color: rgb(206,103,197); }
H1.HeaderClassName
{
color: #CE67C5;
}
.AnyTagClassName
{
color: #CE67C5;
}
</style>
background-color css
<style>
a { background-color: #CE67C5; }
a { background-color: rgb(206,103,197); }
div.DivClassName
{
background-color: #CE67C5;
}
.BgClassName
{
background-color: #CE67C5;
}
</style>
border-color css
<style>
span { border-color: #CE67C5; }
span { border-color: rgb(206,103,197); }
td.TdClassName
{
border-color: #CE67C5;
}
.TagClassName
{
border-color: #CE67C5;
}
</style>