Shades of Orchid #DC69CA
Tints of Orchid #DC69CA
RGB
CMYK
RGB Variations
Color information
#DC69CA (or 0xDC69CA) is known color: Orchid. HEX triplet: DC, 69 and CA. RGB value is (220,105,202). Sum of RGB (Red+Green+Blue) = 220+105+202=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69CA is #239635. Grayscale: #969696. Windows color (decimal): -2332214 or 13265372. OLE color: 13265372.
HSL color Cylindrical-coordinate representation of color #DC69CA: hue angle of 309.39º 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 #DC69CA is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 202 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.14 |
| HSL | 309.39º | 0.62% | 0.64% | - |
| HSV(B) | 309.39º | 0.52% | 0.86% | - |
| XYZ | 45.23 | 29.58 | 59.2 | - |
| YUV | 150.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 202 | 0 | 0.52 | 0.08 | 0.14 | 309.39 | 0.62 | 0.64 |
| Hex | DC | 69 | CA | 0 | 34 | 8 | E | 135 | 3E | 40 |
| Octal | 334 | 151 | 312 | 0 | 64 | 10 | 16 | 465 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11001010 | 0 | 110100 | 1000 | 1110 | 100110101 | 111110 | 1000000 |
Color Harmonies of #DC69CA
Complementary color
Monochromatic Colors of #DC69CA
Black with #DC69CA
Text Example
Text Example
White with #DC69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69CA; }
p { color: rgb(220,105,202); }
H1.HeaderClassName
{
color: #DC69CA;
}
.AnyTagClassName
{
color: #DC69CA;
}
</style>
background-color css
<style>
a { background-color: #DC69CA; }
a { background-color: rgb(220,105,202); }
div.DivClassName
{
background-color: #DC69CA;
}
.BgClassName
{
background-color: #DC69CA;
}
</style>
border-color css
<style>
span { border-color: #DC69CA; }
span { border-color: rgb(220,105,202); }
td.TdClassName
{
border-color: #DC69CA;
}
.TagClassName
{
border-color: #DC69CA;
}
</style>