Shades of Orchid #CF81E5
Tints of Orchid #CF81E5
RGB
CMYK
RGB Variations
Color information
#CF81E5 (or 0xCF81E5) is known color: Orchid. HEX triplet: CF, 81 and E5. RGB value is (207,129,229). Sum of RGB (Red+Green+Blue) = 207+129+229=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81E5 is #307E1A. Grayscale: #A3A3A3. Windows color (decimal): -3178011 or 15040975. OLE color: 15040975.
HSL color Cylindrical-coordinate representation of color #CF81E5: hue angle of 286.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF81E5 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 129 | 229 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.10 |
| HSL | 286.8º | 0.66% | 0.7% | - |
| HSV(B) | 286.8º | 0.44% | 0.9% | - |
| XYZ | 47.73 | 34.62 | 78.3 | - |
| YUV | 163.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 229 | 0.10 | 0.44 | 0 | 0.10 | 286.8 | 0.66 | 0.7 |
| Hex | CF | 81 | E5 | A | 2C | 0 | A | 11F | 42 | 46 |
| Octal | 317 | 201 | 345 | 12 | 54 | 0 | 12 | 437 | 102 | 106 |
| Binary | 11001111 | 10000001 | 11100101 | 1010 | 101100 | 0 | 1010 | 100011111 | 1000010 | 1000110 |
Color Harmonies of #CF81E5
Complementary color
Monochromatic Colors of #CF81E5
Black with #CF81E5
Text Example
Text Example
White with #CF81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81E5; }
p { color: rgb(207,129,229); }
H1.HeaderClassName
{
color: #CF81E5;
}
.AnyTagClassName
{
color: #CF81E5;
}
</style>
background-color css
<style>
a { background-color: #CF81E5; }
a { background-color: rgb(207,129,229); }
div.DivClassName
{
background-color: #CF81E5;
}
.BgClassName
{
background-color: #CF81E5;
}
</style>
border-color css
<style>
span { border-color: #CF81E5; }
span { border-color: rgb(207,129,229); }
td.TdClassName
{
border-color: #CF81E5;
}
.TagClassName
{
border-color: #CF81E5;
}
</style>