Shades of Orchid #CF69C4
Tints of Orchid #CF69C4
RGB
CMYK
RGB Variations
Color information
#CF69C4 (or 0xCF69C4) is known color: Orchid. HEX triplet: CF, 69 and C4. RGB value is (207,105,196). Sum of RGB (Red+Green+Blue) = 207+105+196=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69C4 is #30963B. Grayscale: #919191. Windows color (decimal): -3184188 or 12872143. OLE color: 12872143.
HSL color Cylindrical-coordinate representation of color #CF69C4: hue angle of 306.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF69C4 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 196 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.19 |
| HSL | 306.47º | 0.52% | 0.61% | - |
| HSV(B) | 306.47º | 0.49% | 0.81% | - |
| XYZ | 40.75 | 27.35 | 55.36 | - |
| YUV | 145.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 196 | 0 | 0.49 | 0.05 | 0.19 | 306.47 | 0.52 | 0.61 |
| Hex | CF | 69 | C4 | 0 | 31 | 5 | 13 | 132 | 34 | 3D |
| Octal | 317 | 151 | 304 | 0 | 61 | 5 | 23 | 462 | 64 | 75 |
| Binary | 11001111 | 1101001 | 11000100 | 0 | 110001 | 101 | 10011 | 100110010 | 110100 | 111101 |
Color Harmonies of #CF69C4
Complementary color
Monochromatic Colors of #CF69C4
Black with #CF69C4
Text Example
Text Example
White with #CF69C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69C4; }
p { color: rgb(207,105,196); }
H1.HeaderClassName
{
color: #CF69C4;
}
.AnyTagClassName
{
color: #CF69C4;
}
</style>
background-color css
<style>
a { background-color: #CF69C4; }
a { background-color: rgb(207,105,196); }
div.DivClassName
{
background-color: #CF69C4;
}
.BgClassName
{
background-color: #CF69C4;
}
</style>
border-color css
<style>
span { border-color: #CF69C4; }
span { border-color: rgb(207,105,196); }
td.TdClassName
{
border-color: #CF69C4;
}
.TagClassName
{
border-color: #CF69C4;
}
</style>