Shades of Orchid #D568C3
Tints of Orchid #D568C3
RGB
CMYK
RGB Variations
Color information
#D568C3 (or 0xD568C3) is known color: Orchid. HEX triplet: D5, 68 and C3. RGB value is (213,104,195). Sum of RGB (Red+Green+Blue) = 213+104+195=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D568C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568C3 is #2A973C. Grayscale: #929292. Windows color (decimal): -2791229 or 12806357. OLE color: 12806357.
HSL color Cylindrical-coordinate representation of color #D568C3: hue angle of 309.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D568C3 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 195 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.16 |
| HSL | 309.91º | 0.56% | 0.62% | - |
| HSV(B) | 309.91º | 0.51% | 0.84% | - |
| XYZ | 42.24 | 27.99 | 54.81 | - |
| YUV | 146.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 195 | 0 | 0.51 | 0.08 | 0.16 | 309.91 | 0.56 | 0.62 |
| Hex | D5 | 68 | C3 | 0 | 33 | 8 | 10 | 136 | 38 | 3E |
| Octal | 325 | 150 | 303 | 0 | 63 | 10 | 20 | 466 | 70 | 76 |
| Binary | 11010101 | 1101000 | 11000011 | 0 | 110011 | 1000 | 10000 | 100110110 | 111000 | 111110 |
Color Harmonies of #D568C3
Complementary color
Monochromatic Colors of #D568C3
Black with #D568C3
Text Example
Text Example
White with #D568C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D568C3; }
p { color: rgb(213,104,195); }
H1.HeaderClassName
{
color: #D568C3;
}
.AnyTagClassName
{
color: #D568C3;
}
</style>
background-color css
<style>
a { background-color: #D568C3; }
a { background-color: rgb(213,104,195); }
div.DivClassName
{
background-color: #D568C3;
}
.BgClassName
{
background-color: #D568C3;
}
</style>
border-color css
<style>
span { border-color: #D568C3; }
span { border-color: rgb(213,104,195); }
td.TdClassName
{
border-color: #D568C3;
}
.TagClassName
{
border-color: #D568C3;
}
</style>