Shades of Medium Orchid #B665CD
Tints of Medium Orchid #B665CD
RGB
CMYK
RGB Variations
Color information
#B665CD (or 0xB665CD) is known color: Medium Orchid. HEX triplet: B6, 65 and CD. RGB value is (182,101,205). Sum of RGB (Red+Green+Blue) = 182+101+205=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B665CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665CD is #499A32. Grayscale: #888888. Windows color (decimal): -4823603 or 13460918. OLE color: 13460918.
HSL color Cylindrical-coordinate representation of color #B665CD: hue angle of 286.73º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B665CD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 101 | 205 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.20 |
| HSL | 286.73º | 0.51% | 0.6% | - |
| HSV(B) | 286.73º | 0.51% | 0.8% | - |
| XYZ | 34.96 | 23.66 | 60.48 | - |
| YUV | 137.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 205 | 0.11 | 0.51 | 0 | 0.20 | 286.73 | 0.51 | 0.6 |
| Hex | B6 | 65 | CD | B | 33 | 0 | 14 | 11F | 33 | 3C |
| Octal | 266 | 145 | 315 | 13 | 63 | 0 | 24 | 437 | 63 | 74 |
| Binary | 10110110 | 1100101 | 11001101 | 1011 | 110011 | 0 | 10100 | 100011111 | 110011 | 111100 |
Color Harmonies of #B665CD
Complementary color
Monochromatic Colors of #B665CD
Black with #B665CD
Text Example
Text Example
White with #B665CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665CD; }
p { color: rgb(182,101,205); }
H1.HeaderClassName
{
color: #B665CD;
}
.AnyTagClassName
{
color: #B665CD;
}
</style>
background-color css
<style>
a { background-color: #B665CD; }
a { background-color: rgb(182,101,205); }
div.DivClassName
{
background-color: #B665CD;
}
.BgClassName
{
background-color: #B665CD;
}
</style>
border-color css
<style>
span { border-color: #B665CD; }
span { border-color: rgb(182,101,205); }
td.TdClassName
{
border-color: #B665CD;
}
.TagClassName
{
border-color: #B665CD;
}
</style>