Shades of Orchid #D569CC
Tints of Orchid #D569CC
RGB
CMYK
RGB Variations
Color information
#D569CC (or 0xD569CC) is known color: Orchid. HEX triplet: D5, 69 and CC. RGB value is (213,105,204). Sum of RGB (Red+Green+Blue) = 213+105+204=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D569CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569CC is #2A9633. Grayscale: #949494. Windows color (decimal): -2790964 or 13396437. OLE color: 13396437.
HSL color Cylindrical-coordinate representation of color #D569CC: hue angle of 305º 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 #D569CC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 204 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.16 |
| HSL | 305º | 0.56% | 0.62% | - |
| HSV(B) | 305º | 0.51% | 0.84% | - |
| XYZ | 43.39 | 28.61 | 60.36 | - |
| YUV | 148.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 204 | 0 | 0.51 | 0.04 | 0.16 | 305 | 0.56 | 0.62 |
| Hex | D5 | 69 | CC | 0 | 33 | 4 | 10 | 131 | 38 | 3E |
| Octal | 325 | 151 | 314 | 0 | 63 | 4 | 20 | 461 | 70 | 76 |
| Binary | 11010101 | 1101001 | 11001100 | 0 | 110011 | 100 | 10000 | 100110001 | 111000 | 111110 |
Color Harmonies of #D569CC
Complementary color
Monochromatic Colors of #D569CC
Black with #D569CC
Text Example
Text Example
White with #D569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569CC; }
p { color: rgb(213,105,204); }
H1.HeaderClassName
{
color: #D569CC;
}
.AnyTagClassName
{
color: #D569CC;
}
</style>
background-color css
<style>
a { background-color: #D569CC; }
a { background-color: rgb(213,105,204); }
div.DivClassName
{
background-color: #D569CC;
}
.BgClassName
{
background-color: #D569CC;
}
</style>
border-color css
<style>
span { border-color: #D569CC; }
span { border-color: rgb(213,105,204); }
td.TdClassName
{
border-color: #D569CC;
}
.TagClassName
{
border-color: #D569CC;
}
</style>