Shades of Orchid #CF68C7
Tints of Orchid #CF68C7
RGB
CMYK
RGB Variations
Color information
#CF68C7 (or 0xCF68C7) is known color: Orchid. HEX triplet: CF, 68 and C7. RGB value is (207,104,199). Sum of RGB (Red+Green+Blue) = 207+104+199=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68C7 is #309738. Grayscale: #919191. Windows color (decimal): -3184441 or 13068495. OLE color: 13068495.
HSL color Cylindrical-coordinate representation of color #CF68C7: hue angle of 304.66º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF68C7 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 199 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.19 |
| HSL | 304.66º | 0.52% | 0.61% | - |
| HSV(B) | 304.66º | 0.5% | 0.81% | - |
| XYZ | 40.99 | 27.29 | 57.14 | - |
| YUV | 145.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 199 | 0 | 0.50 | 0.04 | 0.19 | 304.66 | 0.52 | 0.61 |
| Hex | CF | 68 | C7 | 0 | 32 | 4 | 13 | 131 | 34 | 3D |
| Octal | 317 | 150 | 307 | 0 | 62 | 4 | 23 | 461 | 64 | 75 |
| Binary | 11001111 | 1101000 | 11000111 | 0 | 110010 | 100 | 10011 | 100110001 | 110100 | 111101 |
Color Harmonies of #CF68C7
Complementary color
Monochromatic Colors of #CF68C7
Black with #CF68C7
Text Example
Text Example
White with #CF68C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68C7; }
p { color: rgb(207,104,199); }
H1.HeaderClassName
{
color: #CF68C7;
}
.AnyTagClassName
{
color: #CF68C7;
}
</style>
background-color css
<style>
a { background-color: #CF68C7; }
a { background-color: rgb(207,104,199); }
div.DivClassName
{
background-color: #CF68C7;
}
.BgClassName
{
background-color: #CF68C7;
}
</style>
border-color css
<style>
span { border-color: #CF68C7; }
span { border-color: rgb(207,104,199); }
td.TdClassName
{
border-color: #CF68C7;
}
.TagClassName
{
border-color: #CF68C7;
}
</style>