Shades of Orchid #CF6BE0
Tints of Orchid #CF6BE0
RGB
CMYK
RGB Variations
Color information
#CF6BE0 (or 0xCF6BE0) is known color: Orchid. HEX triplet: CF, 6B and E0. RGB value is (207,107,224). Sum of RGB (Red+Green+Blue) = 207+107+224=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BE0 is #30941F. Grayscale: #959595. Windows color (decimal): -3183648 or 14707663. OLE color: 14707663.
HSL color Cylindrical-coordinate representation of color #CF6BE0: hue angle of 291.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6BE0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 107 | 224 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.12 |
| HSL | 291.28º | 0.65% | 0.65% | - |
| HSV(B) | 291.28º | 0.52% | 0.88% | - |
| XYZ | 44.44 | 29.16 | 73.81 | - |
| YUV | 150.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 224 | 0.08 | 0.52 | 0 | 0.12 | 291.28 | 0.65 | 0.65 |
| Hex | CF | 6B | E0 | 8 | 34 | 0 | C | 123 | 41 | 41 |
| Octal | 317 | 153 | 340 | 10 | 64 | 0 | 14 | 443 | 101 | 101 |
| Binary | 11001111 | 1101011 | 11100000 | 1000 | 110100 | 0 | 1100 | 100100011 | 1000001 | 1000001 |
Color Harmonies of #CF6BE0
Complementary color
Monochromatic Colors of #CF6BE0
Black with #CF6BE0
Text Example
Text Example
White with #CF6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BE0; }
p { color: rgb(207,107,224); }
H1.HeaderClassName
{
color: #CF6BE0;
}
.AnyTagClassName
{
color: #CF6BE0;
}
</style>
background-color css
<style>
a { background-color: #CF6BE0; }
a { background-color: rgb(207,107,224); }
div.DivClassName
{
background-color: #CF6BE0;
}
.BgClassName
{
background-color: #CF6BE0;
}
</style>
border-color css
<style>
span { border-color: #CF6BE0; }
span { border-color: rgb(207,107,224); }
td.TdClassName
{
border-color: #CF6BE0;
}
.TagClassName
{
border-color: #CF6BE0;
}
</style>