Shades of Orchid #CE69CA
Tints of Orchid #CE69CA
RGB
CMYK
RGB Variations
Color information
#CE69CA (or 0xCE69CA) is known color: Orchid. HEX triplet: CE, 69 and CA. RGB value is (206,105,202). Sum of RGB (Red+Green+Blue) = 206+105+202=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69CA is #319635. Grayscale: #919191. Windows color (decimal): -3249718 or 13265358. OLE color: 13265358.
HSL color Cylindrical-coordinate representation of color #CE69CA: hue angle of 302.38º 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 #CE69CA is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 202 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.19 |
| HSL | 302.38º | 0.51% | 0.61% | - |
| HSV(B) | 302.38º | 0.49% | 0.81% | - |
| XYZ | 41.17 | 27.49 | 59.01 | - |
| YUV | 146.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 202 | 0 | 0.49 | 0.02 | 0.19 | 302.38 | 0.51 | 0.61 |
| Hex | CE | 69 | CA | 0 | 31 | 2 | 13 | 12E | 33 | 3D |
| Octal | 316 | 151 | 312 | 0 | 61 | 2 | 23 | 456 | 63 | 75 |
| Binary | 11001110 | 1101001 | 11001010 | 0 | 110001 | 10 | 10011 | 100101110 | 110011 | 111101 |
Color Harmonies of #CE69CA
Complementary color
Monochromatic Colors of #CE69CA
Black with #CE69CA
Text Example
Text Example
White with #CE69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69CA; }
p { color: rgb(206,105,202); }
H1.HeaderClassName
{
color: #CE69CA;
}
.AnyTagClassName
{
color: #CE69CA;
}
</style>
background-color css
<style>
a { background-color: #CE69CA; }
a { background-color: rgb(206,105,202); }
div.DivClassName
{
background-color: #CE69CA;
}
.BgClassName
{
background-color: #CE69CA;
}
</style>
border-color css
<style>
span { border-color: #CE69CA; }
span { border-color: rgb(206,105,202); }
td.TdClassName
{
border-color: #CE69CA;
}
.TagClassName
{
border-color: #CE69CA;
}
</style>