Shades of Orchid #CF68D7
Tints of Orchid #CF68D7
RGB
CMYK
RGB Variations
Color information
#CF68D7 (or 0xCF68D7) is known color: Orchid. HEX triplet: CF, 68 and D7. RGB value is (207,104,215). Sum of RGB (Red+Green+Blue) = 207+104+215=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68D7 is #309728. Grayscale: #939393. Windows color (decimal): -3184425 or 14117071. OLE color: 14117071.
HSL color Cylindrical-coordinate representation of color #CF68D7: hue angle of 295.68º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF68D7 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 104 | 215 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.16 |
| HSL | 295.68º | 0.58% | 0.63% | - |
| HSV(B) | 295.68º | 0.52% | 0.84% | - |
| XYZ | 42.95 | 28.07 | 67.44 | - |
| YUV | 147.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 215 | 0.04 | 0.52 | 0 | 0.16 | 295.68 | 0.58 | 0.63 |
| Hex | CF | 68 | D7 | 4 | 34 | 0 | 10 | 128 | 3A | 3F |
| Octal | 317 | 150 | 327 | 4 | 64 | 0 | 20 | 450 | 72 | 77 |
| Binary | 11001111 | 1101000 | 11010111 | 100 | 110100 | 0 | 10000 | 100101000 | 111010 | 111111 |
Color Harmonies of #CF68D7
Complementary color
Monochromatic Colors of #CF68D7
Black with #CF68D7
Text Example
Text Example
White with #CF68D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68D7; }
p { color: rgb(207,104,215); }
H1.HeaderClassName
{
color: #CF68D7;
}
.AnyTagClassName
{
color: #CF68D7;
}
</style>
background-color css
<style>
a { background-color: #CF68D7; }
a { background-color: rgb(207,104,215); }
div.DivClassName
{
background-color: #CF68D7;
}
.BgClassName
{
background-color: #CF68D7;
}
</style>
border-color css
<style>
span { border-color: #CF68D7; }
span { border-color: rgb(207,104,215); }
td.TdClassName
{
border-color: #CF68D7;
}
.TagClassName
{
border-color: #CF68D7;
}
</style>