Shades of Orchid #CF75CB
Tints of Orchid #CF75CB
RGB
CMYK
RGB Variations
Color information
#CF75CB (or 0xCF75CB) is known color: Orchid. HEX triplet: CF, 75 and CB. RGB value is (207,117,203). Sum of RGB (Red+Green+Blue) = 207+117+203=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75CB is #308A34. Grayscale: #999999. Windows color (decimal): -3181109 or 13333967. OLE color: 13333967.
HSL color Cylindrical-coordinate representation of color #CF75CB: hue angle of 302.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75CB is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 203 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.19 |
| HSL | 302.67º | 0.48% | 0.64% | - |
| HSV(B) | 302.67º | 0.43% | 0.81% | - |
| XYZ | 42.87 | 30.3 | 60.09 | - |
| YUV | 153.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 203 | 0 | 0.43 | 0.02 | 0.19 | 302.67 | 0.48 | 0.64 |
| Hex | CF | 75 | CB | 0 | 2B | 2 | 13 | 12F | 30 | 40 |
| Octal | 317 | 165 | 313 | 0 | 53 | 2 | 23 | 457 | 60 | 100 |
| Binary | 11001111 | 1110101 | 11001011 | 0 | 101011 | 10 | 10011 | 100101111 | 110000 | 1000000 |
Color Harmonies of #CF75CB
Complementary color
Monochromatic Colors of #CF75CB
Black with #CF75CB
Text Example
Text Example
White with #CF75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75CB; }
p { color: rgb(207,117,203); }
H1.HeaderClassName
{
color: #CF75CB;
}
.AnyTagClassName
{
color: #CF75CB;
}
</style>
background-color css
<style>
a { background-color: #CF75CB; }
a { background-color: rgb(207,117,203); }
div.DivClassName
{
background-color: #CF75CB;
}
.BgClassName
{
background-color: #CF75CB;
}
</style>
border-color css
<style>
span { border-color: #CF75CB; }
span { border-color: rgb(207,117,203); }
td.TdClassName
{
border-color: #CF75CB;
}
.TagClassName
{
border-color: #CF75CB;
}
</style>