Shades of Orchid #CE69CC
Tints of Orchid #CE69CC
RGB
CMYK
RGB Variations
Color information
#CE69CC (or 0xCE69CC) is known color: Orchid. HEX triplet: CE, 69 and CC. RGB value is (206,105,204). Sum of RGB (Red+Green+Blue) = 206+105+204=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69CC is #319633. Grayscale: #929292. Windows color (decimal): -3249716 or 13396430. OLE color: 13396430.
HSL color Cylindrical-coordinate representation of color #CE69CC: hue angle of 301.19º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE69CC is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 204 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.19 |
| HSL | 301.19º | 0.51% | 0.61% | - |
| HSV(B) | 301.19º | 0.49% | 0.81% | - |
| XYZ | 41.4 | 27.58 | 60.27 | - |
| YUV | 146.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 204 | 0 | 0.49 | 0.01 | 0.19 | 301.19 | 0.51 | 0.61 |
| Hex | CE | 69 | CC | 0 | 31 | 1 | 13 | 12D | 33 | 3D |
| Octal | 316 | 151 | 314 | 0 | 61 | 1 | 23 | 455 | 63 | 75 |
| Binary | 11001110 | 1101001 | 11001100 | 0 | 110001 | 1 | 10011 | 100101101 | 110011 | 111101 |
Color Harmonies of #CE69CC
Complementary color
Monochromatic Colors of #CE69CC
Black with #CE69CC
Text Example
Text Example
White with #CE69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69CC; }
p { color: rgb(206,105,204); }
H1.HeaderClassName
{
color: #CE69CC;
}
.AnyTagClassName
{
color: #CE69CC;
}
</style>
background-color css
<style>
a { background-color: #CE69CC; }
a { background-color: rgb(206,105,204); }
div.DivClassName
{
background-color: #CE69CC;
}
.BgClassName
{
background-color: #CE69CC;
}
</style>
border-color css
<style>
span { border-color: #CE69CC; }
span { border-color: rgb(206,105,204); }
td.TdClassName
{
border-color: #CE69CC;
}
.TagClassName
{
border-color: #CE69CC;
}
</style>