Shades of Orchid #CF68C9
Tints of Orchid #CF68C9
RGB
CMYK
RGB Variations
Color information
#CF68C9 (or 0xCF68C9) is known color: Orchid. HEX triplet: CF, 68 and C9. RGB value is (207,104,201). Sum of RGB (Red+Green+Blue) = 207+104+201=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68C9 is #309736. Grayscale: #919191. Windows color (decimal): -3184439 or 13199567. OLE color: 13199567.
HSL color Cylindrical-coordinate representation of color #CF68C9: hue angle of 303.5º 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 #CF68C9 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 201 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.19 |
| HSL | 303.5º | 0.52% | 0.61% | - |
| HSV(B) | 303.5º | 0.5% | 0.81% | - |
| XYZ | 41.23 | 27.38 | 58.37 | - |
| YUV | 145.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 201 | 0 | 0.50 | 0.03 | 0.19 | 303.5 | 0.52 | 0.61 |
| Hex | CF | 68 | C9 | 0 | 32 | 3 | 13 | 12F | 34 | 3D |
| Octal | 317 | 150 | 311 | 0 | 62 | 3 | 23 | 457 | 64 | 75 |
| Binary | 11001111 | 1101000 | 11001001 | 0 | 110010 | 11 | 10011 | 100101111 | 110100 | 111101 |
Color Harmonies of #CF68C9
Complementary color
Monochromatic Colors of #CF68C9
Black with #CF68C9
Text Example
Text Example
White with #CF68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68C9; }
p { color: rgb(207,104,201); }
H1.HeaderClassName
{
color: #CF68C9;
}
.AnyTagClassName
{
color: #CF68C9;
}
</style>
background-color css
<style>
a { background-color: #CF68C9; }
a { background-color: rgb(207,104,201); }
div.DivClassName
{
background-color: #CF68C9;
}
.BgClassName
{
background-color: #CF68C9;
}
</style>
border-color css
<style>
span { border-color: #CF68C9; }
span { border-color: rgb(207,104,201); }
td.TdClassName
{
border-color: #CF68C9;
}
.TagClassName
{
border-color: #CF68C9;
}
</style>