Shades of Orchid #CF67D3
Tints of Orchid #CF67D3
RGB
CMYK
RGB Variations
Color information
#CF67D3 (or 0xCF67D3) is known color: Orchid. HEX triplet: CF, 67 and D3. RGB value is (207,103,211). Sum of RGB (Red+Green+Blue) = 207+103+211=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF67D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67D3 is #30982C. Grayscale: #929292. Windows color (decimal): -3184685 or 13854671. OLE color: 13854671.
HSL color Cylindrical-coordinate representation of color #CF67D3: hue angle of 297.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF67D3 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 103 | 211 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.17 |
| HSL | 297.78º | 0.55% | 0.62% | - |
| HSV(B) | 297.78º | 0.51% | 0.83% | - |
| XYZ | 42.34 | 27.67 | 64.74 | - |
| YUV | 146.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 211 | 0.02 | 0.51 | 0 | 0.17 | 297.78 | 0.55 | 0.62 |
| Hex | CF | 67 | D3 | 2 | 33 | 0 | 11 | 12A | 37 | 3E |
| Octal | 317 | 147 | 323 | 2 | 63 | 0 | 21 | 452 | 67 | 76 |
| Binary | 11001111 | 1100111 | 11010011 | 10 | 110011 | 0 | 10001 | 100101010 | 110111 | 111110 |
Color Harmonies of #CF67D3
Complementary color
Monochromatic Colors of #CF67D3
Black with #CF67D3
Text Example
Text Example
White with #CF67D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67D3; }
p { color: rgb(207,103,211); }
H1.HeaderClassName
{
color: #CF67D3;
}
.AnyTagClassName
{
color: #CF67D3;
}
</style>
background-color css
<style>
a { background-color: #CF67D3; }
a { background-color: rgb(207,103,211); }
div.DivClassName
{
background-color: #CF67D3;
}
.BgClassName
{
background-color: #CF67D3;
}
</style>
border-color css
<style>
span { border-color: #CF67D3; }
span { border-color: rgb(207,103,211); }
td.TdClassName
{
border-color: #CF67D3;
}
.TagClassName
{
border-color: #CF67D3;
}
</style>