Shades of Orchid #D267CA
Tints of Orchid #D267CA
RGB
CMYK
RGB Variations
Color information
#D267CA (or 0xD267CA) is known color: Orchid. HEX triplet: D2, 67 and CA. RGB value is (210,103,202). Sum of RGB (Red+Green+Blue) = 210+103+202=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D267CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267CA is #2D9835. Grayscale: #919191. Windows color (decimal): -2988086 or 13264850. OLE color: 13264850.
HSL color Cylindrical-coordinate representation of color #D267CA: hue angle of 304.49º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267CA is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 202 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.18 |
| HSL | 304.49º | 0.54% | 0.61% | - |
| HSV(B) | 304.49º | 0.51% | 0.82% | - |
| XYZ | 42.09 | 27.67 | 59 | - |
| YUV | 146.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 202 | 0 | 0.51 | 0.04 | 0.18 | 304.49 | 0.54 | 0.61 |
| Hex | D2 | 67 | CA | 0 | 33 | 4 | 12 | 130 | 36 | 3D |
| Octal | 322 | 147 | 312 | 0 | 63 | 4 | 22 | 460 | 66 | 75 |
| Binary | 11010010 | 1100111 | 11001010 | 0 | 110011 | 100 | 10010 | 100110000 | 110110 | 111101 |
Color Harmonies of #D267CA
Complementary color
Monochromatic Colors of #D267CA
Black with #D267CA
Text Example
Text Example
White with #D267CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267CA; }
p { color: rgb(210,103,202); }
H1.HeaderClassName
{
color: #D267CA;
}
.AnyTagClassName
{
color: #D267CA;
}
</style>
background-color css
<style>
a { background-color: #D267CA; }
a { background-color: rgb(210,103,202); }
div.DivClassName
{
background-color: #D267CA;
}
.BgClassName
{
background-color: #D267CA;
}
</style>
border-color css
<style>
span { border-color: #D267CA; }
span { border-color: rgb(210,103,202); }
td.TdClassName
{
border-color: #D267CA;
}
.TagClassName
{
border-color: #D267CA;
}
</style>