Shades of Orchid #D264CB
Tints of Orchid #D264CB
RGB
CMYK
RGB Variations
Color information
#D264CB (or 0xD264CB) is known color: Orchid. HEX triplet: D2, 64 and CB. RGB value is (210,100,203). Sum of RGB (Red+Green+Blue) = 210+100+203=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D264CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264CB is #2D9B34. Grayscale: #909090. Windows color (decimal): -2988853 or 13329618. OLE color: 13329618.
HSL color Cylindrical-coordinate representation of color #D264CB: hue angle of 303.82º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D264CB is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 203 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.18 |
| HSL | 303.82º | 0.55% | 0.61% | - |
| HSV(B) | 303.82º | 0.52% | 0.82% | - |
| XYZ | 41.92 | 27.13 | 59.53 | - |
| YUV | 144.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 203 | 0 | 0.52 | 0.03 | 0.18 | 303.82 | 0.55 | 0.61 |
| Hex | D2 | 64 | CB | 0 | 34 | 3 | 12 | 130 | 37 | 3D |
| Octal | 322 | 144 | 313 | 0 | 64 | 3 | 22 | 460 | 67 | 75 |
| Binary | 11010010 | 1100100 | 11001011 | 0 | 110100 | 11 | 10010 | 100110000 | 110111 | 111101 |
Color Harmonies of #D264CB
Complementary color
Monochromatic Colors of #D264CB
Black with #D264CB
Text Example
Text Example
White with #D264CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D264CB; }
p { color: rgb(210,100,203); }
H1.HeaderClassName
{
color: #D264CB;
}
.AnyTagClassName
{
color: #D264CB;
}
</style>
background-color css
<style>
a { background-color: #D264CB; }
a { background-color: rgb(210,100,203); }
div.DivClassName
{
background-color: #D264CB;
}
.BgClassName
{
background-color: #D264CB;
}
</style>
border-color css
<style>
span { border-color: #D264CB; }
span { border-color: rgb(210,100,203); }
td.TdClassName
{
border-color: #D264CB;
}
.TagClassName
{
border-color: #D264CB;
}
</style>