Shades of Orchid #D66CCB
Tints of Orchid #D66CCB
RGB
CMYK
RGB Variations
Color information
#D66CCB (or 0xD66CCB) is known color: Orchid. HEX triplet: D6, 6C and CB. RGB value is (214,108,203). Sum of RGB (Red+Green+Blue) = 214+108+203=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CCB is #299334. Grayscale: #969696. Windows color (decimal): -2724661 or 13331670. OLE color: 13331670.
HSL color Cylindrical-coordinate representation of color #D66CCB: hue angle of 306.23º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CCB is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 203 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.16 |
| HSL | 306.23º | 0.56% | 0.63% | - |
| HSV(B) | 306.23º | 0.5% | 0.84% | - |
| XYZ | 43.87 | 29.33 | 59.85 | - |
| YUV | 150.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 203 | 0 | 0.50 | 0.05 | 0.16 | 306.23 | 0.56 | 0.63 |
| Hex | D6 | 6C | CB | 0 | 32 | 5 | 10 | 132 | 38 | 3F |
| Octal | 326 | 154 | 313 | 0 | 62 | 5 | 20 | 462 | 70 | 77 |
| Binary | 11010110 | 1101100 | 11001011 | 0 | 110010 | 101 | 10000 | 100110010 | 111000 | 111111 |
Color Harmonies of #D66CCB
Complementary color
Monochromatic Colors of #D66CCB
Black with #D66CCB
Text Example
Text Example
White with #D66CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CCB; }
p { color: rgb(214,108,203); }
H1.HeaderClassName
{
color: #D66CCB;
}
.AnyTagClassName
{
color: #D66CCB;
}
</style>
background-color css
<style>
a { background-color: #D66CCB; }
a { background-color: rgb(214,108,203); }
div.DivClassName
{
background-color: #D66CCB;
}
.BgClassName
{
background-color: #D66CCB;
}
</style>
border-color css
<style>
span { border-color: #D66CCB; }
span { border-color: rgb(214,108,203); }
td.TdClassName
{
border-color: #D66CCB;
}
.TagClassName
{
border-color: #D66CCB;
}
</style>