Shades of Orchid #CF65CA
Tints of Orchid #CF65CA
RGB
CMYK
RGB Variations
Color information
#CF65CA (or 0xCF65CA) is known color: Orchid. HEX triplet: CF, 65 and CA. RGB value is (207,101,202). Sum of RGB (Red+Green+Blue) = 207+101+202=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65CA is #309A35. Grayscale: #8F8F8F. Windows color (decimal): -3185206 or 13264335. OLE color: 13264335.
HSL color Cylindrical-coordinate representation of color #CF65CA: hue angle of 302.83º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF65CA is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 202 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.19 |
| HSL | 302.83º | 0.52% | 0.6% | - |
| HSV(B) | 302.83º | 0.51% | 0.81% | - |
| XYZ | 41.05 | 26.84 | 58.89 | - |
| YUV | 144.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 202 | 0 | 0.51 | 0.02 | 0.19 | 302.83 | 0.52 | 0.6 |
| Hex | CF | 65 | CA | 0 | 33 | 2 | 13 | 12F | 34 | 3C |
| Octal | 317 | 145 | 312 | 0 | 63 | 2 | 23 | 457 | 64 | 74 |
| Binary | 11001111 | 1100101 | 11001010 | 0 | 110011 | 10 | 10011 | 100101111 | 110100 | 111100 |
Color Harmonies of #CF65CA
Complementary color
Monochromatic Colors of #CF65CA
Black with #CF65CA
Text Example
Text Example
White with #CF65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65CA; }
p { color: rgb(207,101,202); }
H1.HeaderClassName
{
color: #CF65CA;
}
.AnyTagClassName
{
color: #CF65CA;
}
</style>
background-color css
<style>
a { background-color: #CF65CA; }
a { background-color: rgb(207,101,202); }
div.DivClassName
{
background-color: #CF65CA;
}
.BgClassName
{
background-color: #CF65CA;
}
</style>
border-color css
<style>
span { border-color: #CF65CA; }
span { border-color: rgb(207,101,202); }
td.TdClassName
{
border-color: #CF65CA;
}
.TagClassName
{
border-color: #CF65CA;
}
</style>