Shades of Orchid #CD69DF
Tints of Orchid #CD69DF
RGB
CMYK
RGB Variations
Color information
#CD69DF (or 0xCD69DF) is known color: Orchid. HEX triplet: CD, 69 and DF. RGB value is (205,105,223). Sum of RGB (Red+Green+Blue) = 205+105+223=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69DF is #329620. Grayscale: #939393. Windows color (decimal): -3315233 or 14641613. OLE color: 14641613.
HSL color Cylindrical-coordinate representation of color #CD69DF: hue angle of 290.85º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD69DF is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 105 | 223 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.13 |
| HSL | 290.85º | 0.65% | 0.64% | - |
| HSV(B) | 290.85º | 0.53% | 0.87% | - |
| XYZ | 43.55 | 28.41 | 73 | - |
| YUV | 148.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 105 | 223 | 0.08 | 0.53 | 0 | 0.13 | 290.85 | 0.65 | 0.64 |
| Hex | CD | 69 | DF | 8 | 35 | 0 | D | 123 | 41 | 40 |
| Octal | 315 | 151 | 337 | 10 | 65 | 0 | 15 | 443 | 101 | 100 |
| Binary | 11001101 | 1101001 | 11011111 | 1000 | 110101 | 0 | 1101 | 100100011 | 1000001 | 1000000 |
Color Harmonies of #CD69DF
Complementary color
Monochromatic Colors of #CD69DF
Black with #CD69DF
Text Example
Text Example
White with #CD69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD69DF; }
p { color: rgb(205,105,223); }
H1.HeaderClassName
{
color: #CD69DF;
}
.AnyTagClassName
{
color: #CD69DF;
}
</style>
background-color css
<style>
a { background-color: #CD69DF; }
a { background-color: rgb(205,105,223); }
div.DivClassName
{
background-color: #CD69DF;
}
.BgClassName
{
background-color: #CD69DF;
}
</style>
border-color css
<style>
span { border-color: #CD69DF; }
span { border-color: rgb(205,105,223); }
td.TdClassName
{
border-color: #CD69DF;
}
.TagClassName
{
border-color: #CD69DF;
}
</style>