Shades of Medium Orchid #CF4BDB
Tints of Medium Orchid #CF4BDB
RGB
CMYK
RGB Variations
Color information
#CF4BDB (or 0xCF4BDB) is known color: Medium Orchid. HEX triplet: CF, 4B and DB. RGB value is (207,75,219). Sum of RGB (Red+Green+Blue) = 207+75+219=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BDB is #30B424. Grayscale: #828282. Windows color (decimal): -3191845 or 14371791. OLE color: 14371791.
HSL color Cylindrical-coordinate representation of color #CF4BDB: hue angle of 295º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4BDB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 75 | 219 | - |
CMYK | 0.05 | 0.66 | 0 | 0.14 |
HSL | 295º | 0.67% | 0.58% | - |
HSV(B) | 295º | 0.66% | 0.86% | - |
XYZ | 41.03 | 23.41 | 69.37 | - |
YUV | 130.88 | 177.73 | 182.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 75 | 219 | 0.05 | 0.66 | 0 | 0.14 | 295 | 0.67 | 0.58 |
Hex | CF | 4B | DB | 5 | 42 | 0 | E | 127 | 43 | 3A |
Octal | 317 | 113 | 333 | 5 | 102 | 0 | 16 | 447 | 103 | 72 |
Binary | 11001111 | 1001011 | 11011011 | 101 | 1000010 | 0 | 1110 | 100100111 | 1000011 | 111010 |
Color Harmonies of #CF4BDB
Complementary color
Monochromatic Colors of #CF4BDB
Black with #CF4BDB
Text Example
Text Example
White with #CF4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BDB; }
p { color: rgb(207,75,219); }
H1.HeaderClassName
{
color: #CF4BDB;
}
.AnyTagClassName
{
color: #CF4BDB;
}
</style>
background-color css
<style>
a { background-color: #CF4BDB; }
a { background-color: rgb(207,75,219); }
div.DivClassName
{
background-color: #CF4BDB;
}
.BgClassName
{
background-color: #CF4BDB;
}
</style>
border-color css
<style>
span { border-color: #CF4BDB; }
span { border-color: rgb(207,75,219); }
td.TdClassName
{
border-color: #CF4BDB;
}
.TagClassName
{
border-color: #CF4BDB;
}
</style>