Shades of Orchid #DA69CB
Tints of Orchid #DA69CB
RGB
CMYK
RGB Variations
Color information
#DA69CB (or 0xDA69CB) is known color: Orchid. HEX triplet: DA, 69 and CB. RGB value is (218,105,203). Sum of RGB (Red+Green+Blue) = 218+105+203=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69CB is #259634. Grayscale: #959595. Windows color (decimal): -2463285 or 13330906. OLE color: 13330906.
HSL color Cylindrical-coordinate representation of color #DA69CB: hue angle of 307.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA69CB is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 203 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.15 |
| HSL | 307.96º | 0.6% | 0.63% | - |
| HSV(B) | 307.96º | 0.52% | 0.85% | - |
| XYZ | 44.74 | 29.32 | 59.8 | - |
| YUV | 149.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 203 | 0 | 0.52 | 0.07 | 0.15 | 307.96 | 0.6 | 0.63 |
| Hex | DA | 69 | CB | 0 | 34 | 7 | F | 134 | 3C | 3F |
| Octal | 332 | 151 | 313 | 0 | 64 | 7 | 17 | 464 | 74 | 77 |
| Binary | 11011010 | 1101001 | 11001011 | 0 | 110100 | 111 | 1111 | 100110100 | 111100 | 111111 |
Color Harmonies of #DA69CB
Complementary color
Monochromatic Colors of #DA69CB
Black with #DA69CB
Text Example
Text Example
White with #DA69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69CB; }
p { color: rgb(218,105,203); }
H1.HeaderClassName
{
color: #DA69CB;
}
.AnyTagClassName
{
color: #DA69CB;
}
</style>
background-color css
<style>
a { background-color: #DA69CB; }
a { background-color: rgb(218,105,203); }
div.DivClassName
{
background-color: #DA69CB;
}
.BgClassName
{
background-color: #DA69CB;
}
</style>
border-color css
<style>
span { border-color: #DA69CB; }
span { border-color: rgb(218,105,203); }
td.TdClassName
{
border-color: #DA69CB;
}
.TagClassName
{
border-color: #DA69CB;
}
</style>