Shades of Orchid #CF6CC1
Tints of Orchid #CF6CC1
RGB
CMYK
RGB Variations
Color information
#CF6CC1 (or 0xCF6CC1) is known color: Orchid. HEX triplet: CF, 6C and C1. RGB value is (207,108,193). Sum of RGB (Red+Green+Blue) = 207+108+193=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CC1 is #30933E. Grayscale: #939393. Windows color (decimal): -3183423 or 12676303. OLE color: 12676303.
HSL color Cylindrical-coordinate representation of color #CF6CC1: hue angle of 308.48º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6CC1 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 193 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.19 |
| HSL | 308.48º | 0.51% | 0.62% | - |
| HSV(B) | 308.48º | 0.48% | 0.81% | - |
| XYZ | 40.72 | 27.84 | 53.68 | - |
| YUV | 147.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 193 | 0 | 0.48 | 0.07 | 0.19 | 308.48 | 0.51 | 0.62 |
| Hex | CF | 6C | C1 | 0 | 30 | 7 | 13 | 134 | 33 | 3E |
| Octal | 317 | 154 | 301 | 0 | 60 | 7 | 23 | 464 | 63 | 76 |
| Binary | 11001111 | 1101100 | 11000001 | 0 | 110000 | 111 | 10011 | 100110100 | 110011 | 111110 |
Color Harmonies of #CF6CC1
Complementary color
Monochromatic Colors of #CF6CC1
Black with #CF6CC1
Text Example
Text Example
White with #CF6CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CC1; }
p { color: rgb(207,108,193); }
H1.HeaderClassName
{
color: #CF6CC1;
}
.AnyTagClassName
{
color: #CF6CC1;
}
</style>
background-color css
<style>
a { background-color: #CF6CC1; }
a { background-color: rgb(207,108,193); }
div.DivClassName
{
background-color: #CF6CC1;
}
.BgClassName
{
background-color: #CF6CC1;
}
</style>
border-color css
<style>
span { border-color: #CF6CC1; }
span { border-color: rgb(207,108,193); }
td.TdClassName
{
border-color: #CF6CC1;
}
.TagClassName
{
border-color: #CF6CC1;
}
</style>