Shades of Orchid #CF65CC
Tints of Orchid #CF65CC
RGB
CMYK
RGB Variations
Color information
#CF65CC (or 0xCF65CC) is known color: Orchid. HEX triplet: CF, 65 and CC. RGB value is (207,101,204). Sum of RGB (Red+Green+Blue) = 207+101+204=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65CC is #309A33. Grayscale: #909090. Windows color (decimal): -3185204 or 13395407. OLE color: 13395407.
HSL color Cylindrical-coordinate representation of color #CF65CC: hue angle of 301.7º 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 #CF65CC is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 204 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.19 |
| HSL | 301.7º | 0.52% | 0.6% | - |
| HSV(B) | 301.7º | 0.51% | 0.81% | - |
| XYZ | 41.28 | 26.93 | 60.15 | - |
| YUV | 144.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 204 | 0 | 0.51 | 0.01 | 0.19 | 301.7 | 0.52 | 0.6 |
| Hex | CF | 65 | CC | 0 | 33 | 1 | 13 | 12E | 34 | 3C |
| Octal | 317 | 145 | 314 | 0 | 63 | 1 | 23 | 456 | 64 | 74 |
| Binary | 11001111 | 1100101 | 11001100 | 0 | 110011 | 1 | 10011 | 100101110 | 110100 | 111100 |
Color Harmonies of #CF65CC
Complementary color
Monochromatic Colors of #CF65CC
Black with #CF65CC
Text Example
Text Example
White with #CF65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65CC; }
p { color: rgb(207,101,204); }
H1.HeaderClassName
{
color: #CF65CC;
}
.AnyTagClassName
{
color: #CF65CC;
}
</style>
background-color css
<style>
a { background-color: #CF65CC; }
a { background-color: rgb(207,101,204); }
div.DivClassName
{
background-color: #CF65CC;
}
.BgClassName
{
background-color: #CF65CC;
}
</style>
border-color css
<style>
span { border-color: #CF65CC; }
span { border-color: rgb(207,101,204); }
td.TdClassName
{
border-color: #CF65CC;
}
.TagClassName
{
border-color: #CF65CC;
}
</style>