Shades of Orchid #CF6CC5
Tints of Orchid #CF6CC5
RGB
CMYK
RGB Variations
Color information
#CF6CC5 (or 0xCF6CC5) is known color: Orchid. HEX triplet: CF, 6C and C5. RGB value is (207,108,197). Sum of RGB (Red+Green+Blue) = 207+108+197=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CC5 is #30933A. Grayscale: #939393. Windows color (decimal): -3183419 or 12938447. OLE color: 12938447.
HSL color Cylindrical-coordinate representation of color #CF6CC5: hue angle of 306.06º 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 #CF6CC5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 197 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.19 |
| HSL | 306.06º | 0.51% | 0.62% | - |
| HSV(B) | 306.06º | 0.48% | 0.81% | - |
| XYZ | 41.17 | 28.02 | 56.06 | - |
| YUV | 147.75 | 155.8 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 197 | 0 | 0.48 | 0.05 | 0.19 | 306.06 | 0.51 | 0.62 |
| Hex | CF | 6C | C5 | 0 | 30 | 5 | 13 | 132 | 33 | 3E |
| Octal | 317 | 154 | 305 | 0 | 60 | 5 | 23 | 462 | 63 | 76 |
| Binary | 11001111 | 1101100 | 11000101 | 0 | 110000 | 101 | 10011 | 100110010 | 110011 | 111110 |
Color Harmonies of #CF6CC5
Complementary color
Monochromatic Colors of #CF6CC5
Black with #CF6CC5
Text Example
Text Example
White with #CF6CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CC5; }
p { color: rgb(207,108,197); }
H1.HeaderClassName
{
color: #CF6CC5;
}
.AnyTagClassName
{
color: #CF6CC5;
}
</style>
background-color css
<style>
a { background-color: #CF6CC5; }
a { background-color: rgb(207,108,197); }
div.DivClassName
{
background-color: #CF6CC5;
}
.BgClassName
{
background-color: #CF6CC5;
}
</style>
border-color css
<style>
span { border-color: #CF6CC5; }
span { border-color: rgb(207,108,197); }
td.TdClassName
{
border-color: #CF6CC5;
}
.TagClassName
{
border-color: #CF6CC5;
}
</style>