Shades of Orchid #CE69C2
Tints of Orchid #CE69C2
RGB
CMYK
RGB Variations
Color information
#CE69C2 (or 0xCE69C2) is known color: Orchid. HEX triplet: CE, 69 and C2. RGB value is (206,105,194). Sum of RGB (Red+Green+Blue) = 206+105+194=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69C2 is #31963D. Grayscale: #919191. Windows color (decimal): -3249726 or 12741070. OLE color: 12741070.
HSL color Cylindrical-coordinate representation of color #CE69C2: hue angle of 307.13º 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 #CE69C2 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 194 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.19 |
| HSL | 307.13º | 0.51% | 0.61% | - |
| HSV(B) | 307.13º | 0.49% | 0.81% | - |
| XYZ | 40.24 | 27.12 | 54.15 | - |
| YUV | 145.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 194 | 0 | 0.49 | 0.06 | 0.19 | 307.13 | 0.51 | 0.61 |
| Hex | CE | 69 | C2 | 0 | 31 | 6 | 13 | 133 | 33 | 3D |
| Octal | 316 | 151 | 302 | 0 | 61 | 6 | 23 | 463 | 63 | 75 |
| Binary | 11001110 | 1101001 | 11000010 | 0 | 110001 | 110 | 10011 | 100110011 | 110011 | 111101 |
Color Harmonies of #CE69C2
Complementary color
Monochromatic Colors of #CE69C2
Black with #CE69C2
Text Example
Text Example
White with #CE69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69C2; }
p { color: rgb(206,105,194); }
H1.HeaderClassName
{
color: #CE69C2;
}
.AnyTagClassName
{
color: #CE69C2;
}
</style>
background-color css
<style>
a { background-color: #CE69C2; }
a { background-color: rgb(206,105,194); }
div.DivClassName
{
background-color: #CE69C2;
}
.BgClassName
{
background-color: #CE69C2;
}
</style>
border-color css
<style>
span { border-color: #CE69C2; }
span { border-color: rgb(206,105,194); }
td.TdClassName
{
border-color: #CE69C2;
}
.TagClassName
{
border-color: #CE69C2;
}
</style>