Shades of Orchid #D675C1
Tints of Orchid #D675C1
RGB
CMYK
RGB Variations
Color information
#D675C1 (or 0xD675C1) is known color: Orchid. HEX triplet: D6, 75 and C1. RGB value is (214,117,193). Sum of RGB (Red+Green+Blue) = 214+117+193=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D675C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675C1 is #298A3E. Grayscale: #9A9A9A. Windows color (decimal): -2722367 or 12678614. OLE color: 12678614.
HSL color Cylindrical-coordinate representation of color #D675C1: hue angle of 312.99º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D675C1 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 193 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.16 |
| HSL | 312.99º | 0.54% | 0.65% | - |
| HSV(B) | 312.99º | 0.45% | 0.84% | - |
| XYZ | 43.72 | 30.87 | 54.11 | - |
| YUV | 154.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 193 | 0 | 0.45 | 0.10 | 0.16 | 312.99 | 0.54 | 0.65 |
| Hex | D6 | 75 | C1 | 0 | 2D | A | 10 | 139 | 36 | 41 |
| Octal | 326 | 165 | 301 | 0 | 55 | 12 | 20 | 471 | 66 | 101 |
| Binary | 11010110 | 1110101 | 11000001 | 0 | 101101 | 1010 | 10000 | 100111001 | 110110 | 1000001 |
Color Harmonies of #D675C1
Complementary color
Monochromatic Colors of #D675C1
Black with #D675C1
Text Example
Text Example
White with #D675C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D675C1; }
p { color: rgb(214,117,193); }
H1.HeaderClassName
{
color: #D675C1;
}
.AnyTagClassName
{
color: #D675C1;
}
</style>
background-color css
<style>
a { background-color: #D675C1; }
a { background-color: rgb(214,117,193); }
div.DivClassName
{
background-color: #D675C1;
}
.BgClassName
{
background-color: #D675C1;
}
</style>
border-color css
<style>
span { border-color: #D675C1; }
span { border-color: rgb(214,117,193); }
td.TdClassName
{
border-color: #D675C1;
}
.TagClassName
{
border-color: #D675C1;
}
</style>