Shades of Orchid #DC69CC
Tints of Orchid #DC69CC
RGB
CMYK
RGB Variations
Color information
#DC69CC (or 0xDC69CC) is known color: Orchid. HEX triplet: DC, 69 and CC. RGB value is (220,105,204). Sum of RGB (Red+Green+Blue) = 220+105+204=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69CC is #239633. Grayscale: #969696. Windows color (decimal): -2332212 or 13396444. OLE color: 13396444.
HSL color Cylindrical-coordinate representation of color #DC69CC: hue angle of 308.35º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69CC is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 204 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.14 |
| HSL | 308.35º | 0.62% | 0.64% | - |
| HSV(B) | 308.35º | 0.52% | 0.86% | - |
| XYZ | 45.47 | 29.68 | 60.46 | - |
| YUV | 150.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 204 | 0 | 0.52 | 0.07 | 0.14 | 308.35 | 0.62 | 0.64 |
| Hex | DC | 69 | CC | 0 | 34 | 7 | E | 134 | 3E | 40 |
| Octal | 334 | 151 | 314 | 0 | 64 | 7 | 16 | 464 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11001100 | 0 | 110100 | 111 | 1110 | 100110100 | 111110 | 1000000 |
Color Harmonies of #DC69CC
Complementary color
Monochromatic Colors of #DC69CC
Black with #DC69CC
Text Example
Text Example
White with #DC69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69CC; }
p { color: rgb(220,105,204); }
H1.HeaderClassName
{
color: #DC69CC;
}
.AnyTagClassName
{
color: #DC69CC;
}
</style>
background-color css
<style>
a { background-color: #DC69CC; }
a { background-color: rgb(220,105,204); }
div.DivClassName
{
background-color: #DC69CC;
}
.BgClassName
{
background-color: #DC69CC;
}
</style>
border-color css
<style>
span { border-color: #DC69CC; }
span { border-color: rgb(220,105,204); }
td.TdClassName
{
border-color: #DC69CC;
}
.TagClassName
{
border-color: #DC69CC;
}
</style>