#CF7FC5

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

Shades of Orchid #CF7FC5

Tints of Orchid #CF7FC5

Color information

#CF7FC5 (or 0xCF7FC5) is unknown color: approx Orchid. HEX triplet: CF, 7F and C5. RGB value is (207,127,197). Sum of RGB (Red+Green+Blue) = 207+127+197=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FC5 is #30803A. Grayscale: #9E9E9E. Windows color (decimal): -3178555 or 12943311. OLE color: 12943311.

HSL color Cylindrical-coordinate representation of color #CF7FC5: hue angle of 307.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FC5 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207127197-
CMYK00.390.050.19
HSL307.5º45.45%65.49%-
HSV(B)307.5º38.65%81.18%-
XYZ43.432.4856.8-
YUV158.9149.5162.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 197 (77.34% from 255) = 37.10%
R=38.98%
G=23.92%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712719700.390.050.19307.545.4565.49
HexCF7FC50275131342d41
Octal31717730504752346455101
Binary110011111111111110001010100111101100111001101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FC5; }

 p { color: rgb(207,127,197); }

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

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

 a { background-color: rgb(207,127,197); }

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

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

 span { border-color: rgb(207,127,197); }

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