Shades of Orchid #D583CC
Tints of Orchid #D583CC
RGB
CMYK
RGB Variations
Color information
#D583CC (or 0xD583CC) is known color: Orchid. HEX triplet: D5, 83 and CC. RGB value is (213,131,204). Sum of RGB (Red+Green+Blue) = 213+131+204=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D583CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583CC is #2A7C33. Grayscale: #A3A3A3. Windows color (decimal): -2784308 or 13403093. OLE color: 13403093.
HSL color Cylindrical-coordinate representation of color #D583CC: hue angle of 306.59º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583CC is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 204 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.16 |
| HSL | 306.59º | 0.49% | 0.67% | - |
| HSV(B) | 306.59º | 0.38% | 0.84% | - |
| XYZ | 46.46 | 34.74 | 61.38 | - |
| YUV | 163.84 | 150.67 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 204 | 0 | 0.38 | 0.04 | 0.16 | 306.59 | 0.49 | 0.67 |
| Hex | D5 | 83 | CC | 0 | 26 | 4 | 10 | 133 | 31 | 43 |
| Octal | 325 | 203 | 314 | 0 | 46 | 4 | 20 | 463 | 61 | 103 |
| Binary | 11010101 | 10000011 | 11001100 | 0 | 100110 | 100 | 10000 | 100110011 | 110001 | 1000011 |
Color Harmonies of #D583CC
Complementary color
Monochromatic Colors of #D583CC
Black with #D583CC
Text Example
Text Example
White with #D583CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D583CC; }
p { color: rgb(213,131,204); }
H1.HeaderClassName
{
color: #D583CC;
}
.AnyTagClassName
{
color: #D583CC;
}
</style>
background-color css
<style>
a { background-color: #D583CC; }
a { background-color: rgb(213,131,204); }
div.DivClassName
{
background-color: #D583CC;
}
.BgClassName
{
background-color: #D583CC;
}
</style>
border-color css
<style>
span { border-color: #D583CC; }
span { border-color: rgb(213,131,204); }
td.TdClassName
{
border-color: #D583CC;
}
.TagClassName
{
border-color: #D583CC;
}
</style>