Shades of Orchid #D468C4
Tints of Orchid #D468C4
RGB
CMYK
RGB Variations
Color information
#D468C4 (or 0xD468C4) is known color: Orchid. HEX triplet: D4, 68 and C4. RGB value is (212,104,196). Sum of RGB (Red+Green+Blue) = 212+104+196=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D468C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D468C4 is #2B973B. Grayscale: #929292. Windows color (decimal): -2856764 or 12871892. OLE color: 12871892.
HSL color Cylindrical-coordinate representation of color #D468C4: hue angle of 308.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D468C4 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 196 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.17 |
| HSL | 308.89º | 0.56% | 0.62% | - |
| HSV(B) | 308.89º | 0.51% | 0.83% | - |
| XYZ | 42.07 | 27.88 | 55.39 | - |
| YUV | 146.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 196 | 0 | 0.51 | 0.08 | 0.17 | 308.89 | 0.56 | 0.62 |
| Hex | D4 | 68 | C4 | 0 | 33 | 8 | 11 | 135 | 38 | 3E |
| Octal | 324 | 150 | 304 | 0 | 63 | 10 | 21 | 465 | 70 | 76 |
| Binary | 11010100 | 1101000 | 11000100 | 0 | 110011 | 1000 | 10001 | 100110101 | 111000 | 111110 |
Color Harmonies of #D468C4
Complementary color
Monochromatic Colors of #D468C4
Black with #D468C4
Text Example
Text Example
White with #D468C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468C4; }
p { color: rgb(212,104,196); }
H1.HeaderClassName
{
color: #D468C4;
}
.AnyTagClassName
{
color: #D468C4;
}
</style>
background-color css
<style>
a { background-color: #D468C4; }
a { background-color: rgb(212,104,196); }
div.DivClassName
{
background-color: #D468C4;
}
.BgClassName
{
background-color: #D468C4;
}
</style>
border-color css
<style>
span { border-color: #D468C4; }
span { border-color: rgb(212,104,196); }
td.TdClassName
{
border-color: #D468C4;
}
.TagClassName
{
border-color: #D468C4;
}
</style>