Shades of Orchid #CF68C4
Tints of Orchid #CF68C4
RGB
CMYK
RGB Variations
Color information
#CF68C4 (or 0xCF68C4) is known color: Orchid. HEX triplet: CF, 68 and C4. RGB value is (207,104,196). Sum of RGB (Red+Green+Blue) = 207+104+196=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68C4 is #30973B. Grayscale: #919191. Windows color (decimal): -3184444 or 12871887. OLE color: 12871887.
HSL color Cylindrical-coordinate representation of color #CF68C4: hue angle of 306.41º 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 #CF68C4 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 196 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.19 |
| HSL | 306.41º | 0.52% | 0.61% | - |
| HSV(B) | 306.41º | 0.5% | 0.81% | - |
| XYZ | 40.65 | 27.15 | 55.32 | - |
| YUV | 145.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 196 | 0 | 0.50 | 0.05 | 0.19 | 306.41 | 0.52 | 0.61 |
| Hex | CF | 68 | C4 | 0 | 32 | 5 | 13 | 132 | 34 | 3D |
| Octal | 317 | 150 | 304 | 0 | 62 | 5 | 23 | 462 | 64 | 75 |
| Binary | 11001111 | 1101000 | 11000100 | 0 | 110010 | 101 | 10011 | 100110010 | 110100 | 111101 |
Color Harmonies of #CF68C4
Complementary color
Monochromatic Colors of #CF68C4
Black with #CF68C4
Text Example
Text Example
White with #CF68C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68C4; }
p { color: rgb(207,104,196); }
H1.HeaderClassName
{
color: #CF68C4;
}
.AnyTagClassName
{
color: #CF68C4;
}
</style>
background-color css
<style>
a { background-color: #CF68C4; }
a { background-color: rgb(207,104,196); }
div.DivClassName
{
background-color: #CF68C4;
}
.BgClassName
{
background-color: #CF68C4;
}
</style>
border-color css
<style>
span { border-color: #CF68C4; }
span { border-color: rgb(207,104,196); }
td.TdClassName
{
border-color: #CF68C4;
}
.TagClassName
{
border-color: #CF68C4;
}
</style>