Shades of Orchid #CE69C4
Tints of Orchid #CE69C4
RGB
CMYK
RGB Variations
Color information
#CE69C4 (or 0xCE69C4) is known color: Orchid. HEX triplet: CE, 69 and C4. RGB value is (206,105,196). Sum of RGB (Red+Green+Blue) = 206+105+196=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69C4 is #31963B. Grayscale: #919191. Windows color (decimal): -3249724 or 12872142. OLE color: 12872142.
HSL color Cylindrical-coordinate representation of color #CE69C4: hue angle of 305.94º 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 #CE69C4 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 196 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.19 |
| HSL | 305.94º | 0.51% | 0.61% | - |
| HSV(B) | 305.94º | 0.49% | 0.81% | - |
| XYZ | 40.47 | 27.21 | 55.34 | - |
| YUV | 145.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 196 | 0 | 0.49 | 0.05 | 0.19 | 305.94 | 0.51 | 0.61 |
| Hex | CE | 69 | C4 | 0 | 31 | 5 | 13 | 132 | 33 | 3D |
| Octal | 316 | 151 | 304 | 0 | 61 | 5 | 23 | 462 | 63 | 75 |
| Binary | 11001110 | 1101001 | 11000100 | 0 | 110001 | 101 | 10011 | 100110010 | 110011 | 111101 |
Color Harmonies of #CE69C4
Complementary color
Monochromatic Colors of #CE69C4
Black with #CE69C4
Text Example
Text Example
White with #CE69C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69C4; }
p { color: rgb(206,105,196); }
H1.HeaderClassName
{
color: #CE69C4;
}
.AnyTagClassName
{
color: #CE69C4;
}
</style>
background-color css
<style>
a { background-color: #CE69C4; }
a { background-color: rgb(206,105,196); }
div.DivClassName
{
background-color: #CE69C4;
}
.BgClassName
{
background-color: #CE69C4;
}
</style>
border-color css
<style>
span { border-color: #CE69C4; }
span { border-color: rgb(206,105,196); }
td.TdClassName
{
border-color: #CE69C4;
}
.TagClassName
{
border-color: #CE69C4;
}
</style>