Shades of Orchid #CF68CC
Tints of Orchid #CF68CC
RGB
CMYK
RGB Variations
Color information
#CF68CC (or 0xCF68CC) is known color: Orchid. HEX triplet: CF, 68 and CC. RGB value is (207,104,204). Sum of RGB (Red+Green+Blue) = 207+104+204=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68CC is #309733. Grayscale: #919191. Windows color (decimal): -3184436 or 13396175. OLE color: 13396175.
HSL color Cylindrical-coordinate representation of color #CF68CC: hue angle of 301.75º 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 #CF68CC is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 204 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.19 |
| HSL | 301.75º | 0.52% | 0.61% | - |
| HSV(B) | 301.75º | 0.5% | 0.81% | - |
| XYZ | 41.58 | 27.53 | 60.25 | - |
| YUV | 146.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 204 | 0 | 0.50 | 0.01 | 0.19 | 301.75 | 0.52 | 0.61 |
| Hex | CF | 68 | CC | 0 | 32 | 1 | 13 | 12E | 34 | 3D |
| Octal | 317 | 150 | 314 | 0 | 62 | 1 | 23 | 456 | 64 | 75 |
| Binary | 11001111 | 1101000 | 11001100 | 0 | 110010 | 1 | 10011 | 100101110 | 110100 | 111101 |
Color Harmonies of #CF68CC
Complementary color
Monochromatic Colors of #CF68CC
Black with #CF68CC
Text Example
Text Example
White with #CF68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68CC; }
p { color: rgb(207,104,204); }
H1.HeaderClassName
{
color: #CF68CC;
}
.AnyTagClassName
{
color: #CF68CC;
}
</style>
background-color css
<style>
a { background-color: #CF68CC; }
a { background-color: rgb(207,104,204); }
div.DivClassName
{
background-color: #CF68CC;
}
.BgClassName
{
background-color: #CF68CC;
}
</style>
border-color css
<style>
span { border-color: #CF68CC; }
span { border-color: rgb(207,104,204); }
td.TdClassName
{
border-color: #CF68CC;
}
.TagClassName
{
border-color: #CF68CC;
}
</style>