#CF7CDD

Color #CF7CDD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF7CDD

Tints of Orchid #CF7CDD

Color information

#CF7CDD (or 0xCF7CDD) is unknown color: approx Orchid. HEX triplet: CF, 7C and DD. RGB value is (207,124,221). Sum of RGB (Red+Green+Blue) = 207+124+221=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CDD is #308322. Grayscale: #9F9F9F. Windows color (decimal): -3179299 or 14515407. OLE color: 14515407.

HSL color Cylindrical-coordinate representation of color #CF7CDD: hue angle of 291.34º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7CDD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207124221-
CMYK0.060.4400.13
HSL291.34º58.79%67.65%-
HSV(B)291.34º43.89%86.67%-
XYZ45.9932.972.33-
YUV159.88162.5161.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=37.5%
G=22.46%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071242210.060.4400.13291.3458.7967.65
HexCF7CDD62C0D1233b44
Octal31717433565401544373104
Binary11001111111110011011101110101100011011001000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7CDD; }

 p { color: rgb(207,124,221); }

 H1.HeaderClassName
 {
   color: #CF7CDD;
 }
 .AnyTagClassName
 {
   color: #CF7CDD;
 }
</style>
background-color css

<style>
 a { background-color: #CF7CDD; }

 a { background-color: rgb(207,124,221); }

 div.DivClassName
 {
   background-color: #CF7CDD;
 }
 .BgClassName
 {
   background-color: #CF7CDD;
 }
</style>
border-color css

<style>
 span { border-color: #CF7CDD; }

 span { border-color: rgb(207,124,221); }

 td.TdClassName
 {
   border-color: #CF7CDD;
 }
 .TagClassName
 {
   border-color: #CF7CDD;
 }
</style>