Shades of Orchid #CF6FE5
Tints of Orchid #CF6FE5
RGB
CMYK
RGB Variations
Color information
#CF6FE5 (or 0xCF6FE5) is known color: Orchid. HEX triplet: CF, 6F and E5. RGB value is (207,111,229). Sum of RGB (Red+Green+Blue) = 207+111+229=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FE5 is #30901A. Grayscale: #989898. Windows color (decimal): -3182619 or 15036367. OLE color: 15036367.
HSL color Cylindrical-coordinate representation of color #CF6FE5: hue angle of 288.81º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6FE5 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 111 | 229 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.10 |
| HSL | 288.81º | 0.69% | 0.67% | - |
| HSV(B) | 288.81º | 0.52% | 0.9% | - |
| XYZ | 45.56 | 30.29 | 77.57 | - |
| YUV | 153.16 | 170.8 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 229 | 0.10 | 0.52 | 0 | 0.10 | 288.81 | 0.69 | 0.67 |
| Hex | CF | 6F | E5 | A | 34 | 0 | A | 121 | 45 | 43 |
| Octal | 317 | 157 | 345 | 12 | 64 | 0 | 12 | 441 | 105 | 103 |
| Binary | 11001111 | 1101111 | 11100101 | 1010 | 110100 | 0 | 1010 | 100100001 | 1000101 | 1000011 |
Color Harmonies of #CF6FE5
Complementary color
Monochromatic Colors of #CF6FE5
Black with #CF6FE5
Text Example
Text Example
White with #CF6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FE5; }
p { color: rgb(207,111,229); }
H1.HeaderClassName
{
color: #CF6FE5;
}
.AnyTagClassName
{
color: #CF6FE5;
}
</style>
background-color css
<style>
a { background-color: #CF6FE5; }
a { background-color: rgb(207,111,229); }
div.DivClassName
{
background-color: #CF6FE5;
}
.BgClassName
{
background-color: #CF6FE5;
}
</style>
border-color css
<style>
span { border-color: #CF6FE5; }
span { border-color: rgb(207,111,229); }
td.TdClassName
{
border-color: #CF6FE5;
}
.TagClassName
{
border-color: #CF6FE5;
}
</style>