Shades of Orchid #D262CC
Tints of Orchid #D262CC
RGB
CMYK
RGB Variations
Color information
#D262CC (or 0xD262CC) is known color: Orchid. HEX triplet: D2, 62 and CC. RGB value is (210,98,204). Sum of RGB (Red+Green+Blue) = 210+98+204=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D262CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262CC is #2D9D33. Grayscale: #8F8F8F. Windows color (decimal): -2989364 or 13394642. OLE color: 13394642.
HSL color Cylindrical-coordinate representation of color #D262CC: hue angle of 303.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D262CC is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 204 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.18 |
| HSL | 303.21º | 0.55% | 0.6% | - |
| HSV(B) | 303.21º | 0.53% | 0.82% | - |
| XYZ | 41.85 | 26.8 | 60.09 | - |
| YUV | 143.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 204 | 0 | 0.53 | 0.03 | 0.18 | 303.21 | 0.55 | 0.6 |
| Hex | D2 | 62 | CC | 0 | 35 | 3 | 12 | 12F | 37 | 3C |
| Octal | 322 | 142 | 314 | 0 | 65 | 3 | 22 | 457 | 67 | 74 |
| Binary | 11010010 | 1100010 | 11001100 | 0 | 110101 | 11 | 10010 | 100101111 | 110111 | 111100 |
Color Harmonies of #D262CC
Complementary color
Monochromatic Colors of #D262CC
Black with #D262CC
Text Example
Text Example
White with #D262CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262CC; }
p { color: rgb(210,98,204); }
H1.HeaderClassName
{
color: #D262CC;
}
.AnyTagClassName
{
color: #D262CC;
}
</style>
background-color css
<style>
a { background-color: #D262CC; }
a { background-color: rgb(210,98,204); }
div.DivClassName
{
background-color: #D262CC;
}
.BgClassName
{
background-color: #D262CC;
}
</style>
border-color css
<style>
span { border-color: #D262CC; }
span { border-color: rgb(210,98,204); }
td.TdClassName
{
border-color: #D262CC;
}
.TagClassName
{
border-color: #D262CC;
}
</style>