Shades of Orchid #CF6DE4
Tints of Orchid #CF6DE4
RGB
CMYK
RGB Variations
Color information
#CF6DE4 (or 0xCF6DE4) is known color: Orchid. HEX triplet: CF, 6D and E4. RGB value is (207,109,228). Sum of RGB (Red+Green+Blue) = 207+109+228=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF6DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DE4 is #30921B. Grayscale: #979797. Windows color (decimal): -3183132 or 14970319. OLE color: 14970319.
HSL color Cylindrical-coordinate representation of color #CF6DE4: hue angle of 289.41º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6DE4 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 109 | 228 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.11 |
| HSL | 289.41º | 0.69% | 0.66% | - |
| HSV(B) | 289.41º | 0.52% | 0.89% | - |
| XYZ | 45.2 | 29.8 | 76.77 | - |
| YUV | 151.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 228 | 0.09 | 0.52 | 0 | 0.11 | 289.41 | 0.69 | 0.66 |
| Hex | CF | 6D | E4 | 9 | 34 | 0 | B | 121 | 45 | 42 |
| Octal | 317 | 155 | 344 | 11 | 64 | 0 | 13 | 441 | 105 | 102 |
| Binary | 11001111 | 1101101 | 11100100 | 1001 | 110100 | 0 | 1011 | 100100001 | 1000101 | 1000010 |
Color Harmonies of #CF6DE4
Complementary color
Monochromatic Colors of #CF6DE4
Black with #CF6DE4
Text Example
Text Example
White with #CF6DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DE4; }
p { color: rgb(207,109,228); }
H1.HeaderClassName
{
color: #CF6DE4;
}
.AnyTagClassName
{
color: #CF6DE4;
}
</style>
background-color css
<style>
a { background-color: #CF6DE4; }
a { background-color: rgb(207,109,228); }
div.DivClassName
{
background-color: #CF6DE4;
}
.BgClassName
{
background-color: #CF6DE4;
}
</style>
border-color css
<style>
span { border-color: #CF6DE4; }
span { border-color: rgb(207,109,228); }
td.TdClassName
{
border-color: #CF6DE4;
}
.TagClassName
{
border-color: #CF6DE4;
}
</style>