Shades of Orchid #D665BF
Tints of Orchid #D665BF
RGB
CMYK
RGB Variations
Color information
#D665BF (or 0xD665BF) is known color: Orchid. HEX triplet: D6, 65 and BF. RGB value is (214,101,191). Sum of RGB (Red+Green+Blue) = 214+101+191=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D665BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665BF is #299A40. Grayscale: #909090. Windows color (decimal): -2726465 or 12543446. OLE color: 12543446.
HSL color Cylindrical-coordinate representation of color #D665BF: hue angle of 312.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665BF is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 191 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.16 |
| HSL | 312.21º | 0.58% | 0.62% | - |
| HSV(B) | 312.21º | 0.53% | 0.84% | - |
| XYZ | 41.79 | 27.37 | 52.37 | - |
| YUV | 145.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 191 | 0 | 0.53 | 0.11 | 0.16 | 312.21 | 0.58 | 0.62 |
| Hex | D6 | 65 | BF | 0 | 35 | B | 10 | 138 | 3A | 3E |
| Octal | 326 | 145 | 277 | 0 | 65 | 13 | 20 | 470 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10111111 | 0 | 110101 | 1011 | 10000 | 100111000 | 111010 | 111110 |
Color Harmonies of #D665BF
Complementary color
Monochromatic Colors of #D665BF
Black with #D665BF
Text Example
Text Example
White with #D665BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665BF; }
p { color: rgb(214,101,191); }
H1.HeaderClassName
{
color: #D665BF;
}
.AnyTagClassName
{
color: #D665BF;
}
</style>
background-color css
<style>
a { background-color: #D665BF; }
a { background-color: rgb(214,101,191); }
div.DivClassName
{
background-color: #D665BF;
}
.BgClassName
{
background-color: #D665BF;
}
</style>
border-color css
<style>
span { border-color: #D665BF; }
span { border-color: rgb(214,101,191); }
td.TdClassName
{
border-color: #D665BF;
}
.TagClassName
{
border-color: #D665BF;
}
</style>