Shades of Orchid #CF64CC
Tints of Orchid #CF64CC
RGB
CMYK
RGB Variations
Color information
#CF64CC (or 0xCF64CC) is known color: Orchid. HEX triplet: CF, 64 and CC. RGB value is (207,100,204). Sum of RGB (Red+Green+Blue) = 207+100+204=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF64CC is #309B33. Grayscale: #8F8F8F. Windows color (decimal): -3185460 or 13395151. OLE color: 13395151.
HSL color Cylindrical-coordinate representation of color #CF64CC: hue angle of 301.68º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF64CC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 204 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.19 |
| HSL | 301.68º | 0.53% | 0.6% | - |
| HSV(B) | 301.68º | 0.52% | 0.81% | - |
| XYZ | 41.19 | 26.74 | 60.12 | - |
| YUV | 143.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 204 | 0 | 0.52 | 0.01 | 0.19 | 301.68 | 0.53 | 0.6 |
| Hex | CF | 64 | CC | 0 | 34 | 1 | 13 | 12E | 35 | 3C |
| Octal | 317 | 144 | 314 | 0 | 64 | 1 | 23 | 456 | 65 | 74 |
| Binary | 11001111 | 1100100 | 11001100 | 0 | 110100 | 1 | 10011 | 100101110 | 110101 | 111100 |
Color Harmonies of #CF64CC
Complementary color
Monochromatic Colors of #CF64CC
Black with #CF64CC
Text Example
Text Example
White with #CF64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF64CC; }
p { color: rgb(207,100,204); }
H1.HeaderClassName
{
color: #CF64CC;
}
.AnyTagClassName
{
color: #CF64CC;
}
</style>
background-color css
<style>
a { background-color: #CF64CC; }
a { background-color: rgb(207,100,204); }
div.DivClassName
{
background-color: #CF64CC;
}
.BgClassName
{
background-color: #CF64CC;
}
</style>
border-color css
<style>
span { border-color: #CF64CC; }
span { border-color: rgb(207,100,204); }
td.TdClassName
{
border-color: #CF64CC;
}
.TagClassName
{
border-color: #CF64CC;
}
</style>