Shades of Orchid #D675CB
Tints of Orchid #D675CB
RGB
CMYK
RGB Variations
Color information
#D675CB (or 0xD675CB) is known color: Orchid. HEX triplet: D6, 75 and CB. RGB value is (214,117,203). Sum of RGB (Red+Green+Blue) = 214+117+203=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D675CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675CB is #298A34. Grayscale: #9B9B9B. Windows color (decimal): -2722357 or 13333974. OLE color: 13333974.
HSL color Cylindrical-coordinate representation of color #D675CB: hue angle of 306.8º 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 #D675CB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 203 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.16 |
| HSL | 306.8º | 0.54% | 0.65% | - |
| HSV(B) | 306.8º | 0.45% | 0.84% | - |
| XYZ | 44.87 | 31.33 | 60.18 | - |
| YUV | 155.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 203 | 0 | 0.45 | 0.05 | 0.16 | 306.8 | 0.54 | 0.65 |
| Hex | D6 | 75 | CB | 0 | 2D | 5 | 10 | 133 | 36 | 41 |
| Octal | 326 | 165 | 313 | 0 | 55 | 5 | 20 | 463 | 66 | 101 |
| Binary | 11010110 | 1110101 | 11001011 | 0 | 101101 | 101 | 10000 | 100110011 | 110110 | 1000001 |
Color Harmonies of #D675CB
Complementary color
Monochromatic Colors of #D675CB
Black with #D675CB
Text Example
Text Example
White with #D675CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D675CB; }
p { color: rgb(214,117,203); }
H1.HeaderClassName
{
color: #D675CB;
}
.AnyTagClassName
{
color: #D675CB;
}
</style>
background-color css
<style>
a { background-color: #D675CB; }
a { background-color: rgb(214,117,203); }
div.DivClassName
{
background-color: #D675CB;
}
.BgClassName
{
background-color: #D675CB;
}
</style>
border-color css
<style>
span { border-color: #D675CB; }
span { border-color: rgb(214,117,203); }
td.TdClassName
{
border-color: #D675CB;
}
.TagClassName
{
border-color: #D675CB;
}
</style>