Shades of Orchid #CC7DCB
Tints of Orchid #CC7DCB
RGB
CMYK
RGB Variations
Color information
#CC7DCB (or 0xCC7DCB) is known color: Orchid. HEX triplet: CC, 7D and CB. RGB value is (204,125,203). Sum of RGB (Red+Green+Blue) = 204+125+203=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7DCB is #338234. Grayscale: #9D9D9D. Windows color (decimal): -3375669 or 13336012. OLE color: 13336012.
HSL color Cylindrical-coordinate representation of color #CC7DCB: hue angle of 300.76º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7DCB is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 125 | 203 | - |
CMYK | 0 | 0.39 | 0.00 | 0.2 |
HSL | 300.76º | 0.44% | 0.65% | - |
HSV(B) | 300.76º | 0.39% | 0.8% | - |
XYZ | 43.01 | 31.82 | 60.37 | - |
YUV | 157.51 | 153.67 | 161.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 125 | 203 | 0 | 0.39 | 0.00 | 0.2 | 300.76 | 0.44 | 0.65 |
Hex | CC | 7D | CB | 0 | 27 | 0 | 14 | 12D | 2C | 41 |
Octal | 314 | 175 | 313 | 0 | 47 | 0 | 24 | 455 | 54 | 101 |
Binary | 11001100 | 1111101 | 11001011 | 0 | 100111 | 0 | 10100 | 100101101 | 101100 | 1000001 |
Color Harmonies of #CC7DCB
Complementary color
Monochromatic Colors of #CC7DCB
Black with #CC7DCB
Text Example
Text Example
White with #CC7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7DCB; }
p { color: rgb(204,125,203); }
H1.HeaderClassName
{
color: #CC7DCB;
}
.AnyTagClassName
{
color: #CC7DCB;
}
</style>
background-color css
<style>
a { background-color: #CC7DCB; }
a { background-color: rgb(204,125,203); }
div.DivClassName
{
background-color: #CC7DCB;
}
.BgClassName
{
background-color: #CC7DCB;
}
</style>
border-color css
<style>
span { border-color: #CC7DCB; }
span { border-color: rgb(204,125,203); }
td.TdClassName
{
border-color: #CC7DCB;
}
.TagClassName
{
border-color: #CC7DCB;
}
</style>