Shades of Orchid #CF7FE5
Tints of Orchid #CF7FE5
RGB
CMYK
RGB Variations
Color information
#CF7FE5 (or 0xCF7FE5) is known color: Orchid. HEX triplet: CF, 7F and E5. RGB value is (207,127,229). Sum of RGB (Red+Green+Blue) = 207+127+229=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FE5 is #30801A. Grayscale: #A2A2A2. Windows color (decimal): -3178523 or 15040463. OLE color: 15040463.
HSL color Cylindrical-coordinate representation of color #CF7FE5: hue angle of 287.06º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7FE5 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 127 | 229 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.10 |
| HSL | 287.06º | 0.66% | 0.7% | - |
| HSV(B) | 287.06º | 0.45% | 0.9% | - |
| XYZ | 47.46 | 34.1 | 78.21 | - |
| YUV | 162.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 229 | 0.10 | 0.45 | 0 | 0.10 | 287.06 | 0.66 | 0.7 |
| Hex | CF | 7F | E5 | A | 2D | 0 | A | 11F | 42 | 46 |
| Octal | 317 | 177 | 345 | 12 | 55 | 0 | 12 | 437 | 102 | 106 |
| Binary | 11001111 | 1111111 | 11100101 | 1010 | 101101 | 0 | 1010 | 100011111 | 1000010 | 1000110 |
Color Harmonies of #CF7FE5
Complementary color
Monochromatic Colors of #CF7FE5
Black with #CF7FE5
Text Example
Text Example
White with #CF7FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FE5; }
p { color: rgb(207,127,229); }
H1.HeaderClassName
{
color: #CF7FE5;
}
.AnyTagClassName
{
color: #CF7FE5;
}
</style>
background-color css
<style>
a { background-color: #CF7FE5; }
a { background-color: rgb(207,127,229); }
div.DivClassName
{
background-color: #CF7FE5;
}
.BgClassName
{
background-color: #CF7FE5;
}
</style>
border-color css
<style>
span { border-color: #CF7FE5; }
span { border-color: rgb(207,127,229); }
td.TdClassName
{
border-color: #CF7FE5;
}
.TagClassName
{
border-color: #CF7FE5;
}
</style>