Shades of Orchid #CF65D7
Tints of Orchid #CF65D7
RGB
CMYK
RGB Variations
Color information
#CF65D7 (or 0xCF65D7) is known color: Orchid. HEX triplet: CF, 65 and D7. RGB value is (207,101,215). Sum of RGB (Red+Green+Blue) = 207+101+215=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF65D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65D7 is #309A28. Grayscale: #919191. Windows color (decimal): -3185193 or 14116303. OLE color: 14116303.
HSL color Cylindrical-coordinate representation of color #CF65D7: hue angle of 295.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF65D7 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 101 | 215 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.16 |
| HSL | 295.79º | 0.59% | 0.62% | - |
| HSV(B) | 295.79º | 0.53% | 0.84% | - |
| XYZ | 42.65 | 27.48 | 67.35 | - |
| YUV | 145.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 215 | 0.04 | 0.53 | 0 | 0.16 | 295.79 | 0.59 | 0.62 |
| Hex | CF | 65 | D7 | 4 | 35 | 0 | 10 | 128 | 3B | 3E |
| Octal | 317 | 145 | 327 | 4 | 65 | 0 | 20 | 450 | 73 | 76 |
| Binary | 11001111 | 1100101 | 11010111 | 100 | 110101 | 0 | 10000 | 100101000 | 111011 | 111110 |
Color Harmonies of #CF65D7
Complementary color
Monochromatic Colors of #CF65D7
Black with #CF65D7
Text Example
Text Example
White with #CF65D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65D7; }
p { color: rgb(207,101,215); }
H1.HeaderClassName
{
color: #CF65D7;
}
.AnyTagClassName
{
color: #CF65D7;
}
</style>
background-color css
<style>
a { background-color: #CF65D7; }
a { background-color: rgb(207,101,215); }
div.DivClassName
{
background-color: #CF65D7;
}
.BgClassName
{
background-color: #CF65D7;
}
</style>
border-color css
<style>
span { border-color: #CF65D7; }
span { border-color: rgb(207,101,215); }
td.TdClassName
{
border-color: #CF65D7;
}
.TagClassName
{
border-color: #CF65D7;
}
</style>