Shades of Orchid #CF67DA
Tints of Orchid #CF67DA
RGB
CMYK
RGB Variations
Color information
#CF67DA (or 0xCF67DA) is known color: Orchid. HEX triplet: CF, 67 and DA. RGB value is (207,103,218). Sum of RGB (Red+Green+Blue) = 207+103+218=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67DA is #309825. Grayscale: #929292. Windows color (decimal): -3184678 or 14313423. OLE color: 14313423.
HSL color Cylindrical-coordinate representation of color #CF67DA: hue angle of 294.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF67DA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 103 | 218 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.15 |
| HSL | 294.26º | 0.61% | 0.63% | - |
| HSV(B) | 294.26º | 0.53% | 0.85% | - |
| XYZ | 43.24 | 28.03 | 69.46 | - |
| YUV | 147.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 218 | 0.05 | 0.53 | 0 | 0.15 | 294.26 | 0.61 | 0.63 |
| Hex | CF | 67 | DA | 5 | 35 | 0 | F | 126 | 3D | 3F |
| Octal | 317 | 147 | 332 | 5 | 65 | 0 | 17 | 446 | 75 | 77 |
| Binary | 11001111 | 1100111 | 11011010 | 101 | 110101 | 0 | 1111 | 100100110 | 111101 | 111111 |
Color Harmonies of #CF67DA
Complementary color
Monochromatic Colors of #CF67DA
Black with #CF67DA
Text Example
Text Example
White with #CF67DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67DA; }
p { color: rgb(207,103,218); }
H1.HeaderClassName
{
color: #CF67DA;
}
.AnyTagClassName
{
color: #CF67DA;
}
</style>
background-color css
<style>
a { background-color: #CF67DA; }
a { background-color: rgb(207,103,218); }
div.DivClassName
{
background-color: #CF67DA;
}
.BgClassName
{
background-color: #CF67DA;
}
</style>
border-color css
<style>
span { border-color: #CF67DA; }
span { border-color: rgb(207,103,218); }
td.TdClassName
{
border-color: #CF67DA;
}
.TagClassName
{
border-color: #CF67DA;
}
</style>