Shades of Orchid #D67BC4
Tints of Orchid #D67BC4
RGB
CMYK
RGB Variations
Color information
#D67BC4 (or 0xD67BC4) is known color: Orchid. HEX triplet: D6, 7B and C4. RGB value is (214,123,196). Sum of RGB (Red+Green+Blue) = 214+123+196=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BC4 is #29843B. Grayscale: #9E9E9E. Windows color (decimal): -2720828 or 12876758. OLE color: 12876758.
HSL color Cylindrical-coordinate representation of color #D67BC4: hue angle of 311.87º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BC4 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 196 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.16 |
| HSL | 311.87º | 0.53% | 0.66% | - |
| HSV(B) | 311.87º | 0.43% | 0.84% | - |
| XYZ | 44.78 | 32.45 | 56.13 | - |
| YUV | 158.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 196 | 0 | 0.43 | 0.08 | 0.16 | 311.87 | 0.53 | 0.66 |
| Hex | D6 | 7B | C4 | 0 | 2B | 8 | 10 | 138 | 35 | 42 |
| Octal | 326 | 173 | 304 | 0 | 53 | 10 | 20 | 470 | 65 | 102 |
| Binary | 11010110 | 1111011 | 11000100 | 0 | 101011 | 1000 | 10000 | 100111000 | 110101 | 1000010 |
Color Harmonies of #D67BC4
Complementary color
Monochromatic Colors of #D67BC4
Black with #D67BC4
Text Example
Text Example
White with #D67BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BC4; }
p { color: rgb(214,123,196); }
H1.HeaderClassName
{
color: #D67BC4;
}
.AnyTagClassName
{
color: #D67BC4;
}
</style>
background-color css
<style>
a { background-color: #D67BC4; }
a { background-color: rgb(214,123,196); }
div.DivClassName
{
background-color: #D67BC4;
}
.BgClassName
{
background-color: #D67BC4;
}
</style>
border-color css
<style>
span { border-color: #D67BC4; }
span { border-color: rgb(214,123,196); }
td.TdClassName
{
border-color: #D67BC4;
}
.TagClassName
{
border-color: #D67BC4;
}
</style>