Shades of Orchid #DA65CB
Tints of Orchid #DA65CB
RGB
CMYK
RGB Variations
Color information
#DA65CB (or 0xDA65CB) is known color: Orchid. HEX triplet: DA, 65 and CB. RGB value is (218,101,203). Sum of RGB (Red+Green+Blue) = 218+101+203=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65CB is #259A34. Grayscale: #939393. Windows color (decimal): -2464309 or 13329882. OLE color: 13329882.
HSL color Cylindrical-coordinate representation of color #DA65CB: hue angle of 307.69º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65CB is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 203 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.15 |
| HSL | 307.69º | 0.61% | 0.63% | - |
| HSV(B) | 307.69º | 0.54% | 0.85% | - |
| XYZ | 44.35 | 28.52 | 59.67 | - |
| YUV | 147.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 203 | 0 | 0.54 | 0.07 | 0.15 | 307.69 | 0.61 | 0.63 |
| Hex | DA | 65 | CB | 0 | 36 | 7 | F | 134 | 3D | 3F |
| Octal | 332 | 145 | 313 | 0 | 66 | 7 | 17 | 464 | 75 | 77 |
| Binary | 11011010 | 1100101 | 11001011 | 0 | 110110 | 111 | 1111 | 100110100 | 111101 | 111111 |
Color Harmonies of #DA65CB
Complementary color
Monochromatic Colors of #DA65CB
Black with #DA65CB
Text Example
Text Example
White with #DA65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65CB; }
p { color: rgb(218,101,203); }
H1.HeaderClassName
{
color: #DA65CB;
}
.AnyTagClassName
{
color: #DA65CB;
}
</style>
background-color css
<style>
a { background-color: #DA65CB; }
a { background-color: rgb(218,101,203); }
div.DivClassName
{
background-color: #DA65CB;
}
.BgClassName
{
background-color: #DA65CB;
}
</style>
border-color css
<style>
span { border-color: #DA65CB; }
span { border-color: rgb(218,101,203); }
td.TdClassName
{
border-color: #DA65CB;
}
.TagClassName
{
border-color: #DA65CB;
}
</style>