Shades of Orchid #CF69DC
Tints of Orchid #CF69DC
RGB
CMYK
RGB Variations
Color information
#CF69DC (or 0xCF69DC) is known color: Orchid. HEX triplet: CF, 69 and DC. RGB value is (207,105,220). Sum of RGB (Red+Green+Blue) = 207+105+220=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69DC is #309623. Grayscale: #949494. Windows color (decimal): -3184164 or 14445007. OLE color: 14445007.
HSL color Cylindrical-coordinate representation of color #CF69DC: hue angle of 293.22º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF69DC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 105 | 220 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.14 |
| HSL | 293.22º | 0.62% | 0.64% | - |
| HSV(B) | 293.22º | 0.52% | 0.86% | - |
| XYZ | 43.7 | 28.54 | 70.91 | - |
| YUV | 148.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 220 | 0.06 | 0.52 | 0 | 0.14 | 293.22 | 0.62 | 0.64 |
| Hex | CF | 69 | DC | 6 | 34 | 0 | E | 125 | 3E | 40 |
| Octal | 317 | 151 | 334 | 6 | 64 | 0 | 16 | 445 | 76 | 100 |
| Binary | 11001111 | 1101001 | 11011100 | 110 | 110100 | 0 | 1110 | 100100101 | 111110 | 1000000 |
Color Harmonies of #CF69DC
Complementary color
Monochromatic Colors of #CF69DC
Black with #CF69DC
Text Example
Text Example
White with #CF69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69DC; }
p { color: rgb(207,105,220); }
H1.HeaderClassName
{
color: #CF69DC;
}
.AnyTagClassName
{
color: #CF69DC;
}
</style>
background-color css
<style>
a { background-color: #CF69DC; }
a { background-color: rgb(207,105,220); }
div.DivClassName
{
background-color: #CF69DC;
}
.BgClassName
{
background-color: #CF69DC;
}
</style>
border-color css
<style>
span { border-color: #CF69DC; }
span { border-color: rgb(207,105,220); }
td.TdClassName
{
border-color: #CF69DC;
}
.TagClassName
{
border-color: #CF69DC;
}
</style>