Shades of Orchid #CE65C7
Tints of Orchid #CE65C7
RGB
CMYK
RGB Variations
Color information
#CE65C7 (or 0xCE65C7) is known color: Orchid. HEX triplet: CE, 65 and C7. RGB value is (206,101,199). Sum of RGB (Red+Green+Blue) = 206+101+199=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C7 is #319A38. Grayscale: #8F8F8F. Windows color (decimal): -3250745 or 13067726. OLE color: 13067726.
HSL color Cylindrical-coordinate representation of color #CE65C7: hue angle of 304º 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 #CE65C7 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 199 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.19 |
| HSL | 304º | 0.52% | 0.6% | - |
| HSV(B) | 304º | 0.51% | 0.81% | - |
| XYZ | 40.42 | 26.55 | 57.03 | - |
| YUV | 143.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 199 | 0 | 0.51 | 0.03 | 0.19 | 304 | 0.52 | 0.6 |
| Hex | CE | 65 | C7 | 0 | 33 | 3 | 13 | 130 | 34 | 3C |
| Octal | 316 | 145 | 307 | 0 | 63 | 3 | 23 | 460 | 64 | 74 |
| Binary | 11001110 | 1100101 | 11000111 | 0 | 110011 | 11 | 10011 | 100110000 | 110100 | 111100 |
Color Harmonies of #CE65C7
Complementary color
Monochromatic Colors of #CE65C7
Black with #CE65C7
Text Example
Text Example
White with #CE65C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65C7; }
p { color: rgb(206,101,199); }
H1.HeaderClassName
{
color: #CE65C7;
}
.AnyTagClassName
{
color: #CE65C7;
}
</style>
background-color css
<style>
a { background-color: #CE65C7; }
a { background-color: rgb(206,101,199); }
div.DivClassName
{
background-color: #CE65C7;
}
.BgClassName
{
background-color: #CE65C7;
}
</style>
border-color css
<style>
span { border-color: #CE65C7; }
span { border-color: rgb(206,101,199); }
td.TdClassName
{
border-color: #CE65C7;
}
.TagClassName
{
border-color: #CE65C7;
}
</style>