Shades of Orchid #DC67CC
Tints of Orchid #DC67CC
RGB
CMYK
RGB Variations
Color information
#DC67CC (or 0xDC67CC) is known color: Orchid. HEX triplet: DC, 67 and CC. RGB value is (220,103,204). Sum of RGB (Red+Green+Blue) = 220+103+204=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67CC is #239833. Grayscale: #959595. Windows color (decimal): -2332724 or 13395932. OLE color: 13395932.
HSL color Cylindrical-coordinate representation of color #DC67CC: hue angle of 308.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67CC is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 204 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.14 |
| HSL | 308.21º | 0.63% | 0.63% | - |
| HSV(B) | 308.21º | 0.53% | 0.86% | - |
| XYZ | 45.26 | 29.28 | 60.39 | - |
| YUV | 149.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 204 | 0 | 0.53 | 0.07 | 0.14 | 308.21 | 0.63 | 0.63 |
| Hex | DC | 67 | CC | 0 | 35 | 7 | E | 134 | 3F | 3F |
| Octal | 334 | 147 | 314 | 0 | 65 | 7 | 16 | 464 | 77 | 77 |
| Binary | 11011100 | 1100111 | 11001100 | 0 | 110101 | 111 | 1110 | 100110100 | 111111 | 111111 |
Color Harmonies of #DC67CC
Complementary color
Monochromatic Colors of #DC67CC
Black with #DC67CC
Text Example
Text Example
White with #DC67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67CC; }
p { color: rgb(220,103,204); }
H1.HeaderClassName
{
color: #DC67CC;
}
.AnyTagClassName
{
color: #DC67CC;
}
</style>
background-color css
<style>
a { background-color: #DC67CC; }
a { background-color: rgb(220,103,204); }
div.DivClassName
{
background-color: #DC67CC;
}
.BgClassName
{
background-color: #DC67CC;
}
</style>
border-color css
<style>
span { border-color: #DC67CC; }
span { border-color: rgb(220,103,204); }
td.TdClassName
{
border-color: #DC67CC;
}
.TagClassName
{
border-color: #DC67CC;
}
</style>