Shades of Orchid #CF67CA
Tints of Orchid #CF67CA
RGB
CMYK
RGB Variations
Color information
#CF67CA (or 0xCF67CA) is known color: Orchid. HEX triplet: CF, 67 and CA. RGB value is (207,103,202). Sum of RGB (Red+Green+Blue) = 207+103+202=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67CA is #309835. Grayscale: #919191. Windows color (decimal): -3184694 or 13264847. OLE color: 13264847.
HSL color Cylindrical-coordinate representation of color #CF67CA: hue angle of 302.88º 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 #CF67CA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 202 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.19 |
| HSL | 302.88º | 0.52% | 0.61% | - |
| HSV(B) | 302.88º | 0.5% | 0.81% | - |
| XYZ | 41.24 | 27.23 | 58.96 | - |
| YUV | 145.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 202 | 0 | 0.50 | 0.02 | 0.19 | 302.88 | 0.52 | 0.61 |
| Hex | CF | 67 | CA | 0 | 32 | 2 | 13 | 12F | 34 | 3D |
| Octal | 317 | 147 | 312 | 0 | 62 | 2 | 23 | 457 | 64 | 75 |
| Binary | 11001111 | 1100111 | 11001010 | 0 | 110010 | 10 | 10011 | 100101111 | 110100 | 111101 |
Color Harmonies of #CF67CA
Complementary color
Monochromatic Colors of #CF67CA
Black with #CF67CA
Text Example
Text Example
White with #CF67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67CA; }
p { color: rgb(207,103,202); }
H1.HeaderClassName
{
color: #CF67CA;
}
.AnyTagClassName
{
color: #CF67CA;
}
</style>
background-color css
<style>
a { background-color: #CF67CA; }
a { background-color: rgb(207,103,202); }
div.DivClassName
{
background-color: #CF67CA;
}
.BgClassName
{
background-color: #CF67CA;
}
</style>
border-color css
<style>
span { border-color: #CF67CA; }
span { border-color: rgb(207,103,202); }
td.TdClassName
{
border-color: #CF67CA;
}
.TagClassName
{
border-color: #CF67CA;
}
</style>