Shades of Orchid #CE65CC
Tints of Orchid #CE65CC
RGB
CMYK
RGB Variations
Color information
#CE65CC (or 0xCE65CC) is known color: Orchid. HEX triplet: CE, 65 and CC. RGB value is (206,101,204). Sum of RGB (Red+Green+Blue) = 206+101+204=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65CC is #319A33. Grayscale: #8F8F8F. Windows color (decimal): -3250740 or 13395406. OLE color: 13395406.
HSL color Cylindrical-coordinate representation of color #CE65CC: hue angle of 301.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE65CC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 204 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.19 |
| HSL | 301.14º | 0.52% | 0.6% | - |
| HSV(B) | 301.14º | 0.51% | 0.81% | - |
| XYZ | 41.01 | 26.79 | 60.14 | - |
| YUV | 144.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 204 | 0 | 0.51 | 0.01 | 0.19 | 301.14 | 0.52 | 0.6 |
| Hex | CE | 65 | CC | 0 | 33 | 1 | 13 | 12D | 34 | 3C |
| Octal | 316 | 145 | 314 | 0 | 63 | 1 | 23 | 455 | 64 | 74 |
| Binary | 11001110 | 1100101 | 11001100 | 0 | 110011 | 1 | 10011 | 100101101 | 110100 | 111100 |
Color Harmonies of #CE65CC
Complementary color
Monochromatic Colors of #CE65CC
Black with #CE65CC
Text Example
Text Example
White with #CE65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65CC; }
p { color: rgb(206,101,204); }
H1.HeaderClassName
{
color: #CE65CC;
}
.AnyTagClassName
{
color: #CE65CC;
}
</style>
background-color css
<style>
a { background-color: #CE65CC; }
a { background-color: rgb(206,101,204); }
div.DivClassName
{
background-color: #CE65CC;
}
.BgClassName
{
background-color: #CE65CC;
}
</style>
border-color css
<style>
span { border-color: #CE65CC; }
span { border-color: rgb(206,101,204); }
td.TdClassName
{
border-color: #CE65CC;
}
.TagClassName
{
border-color: #CE65CC;
}
</style>